View Source GoogleApi.APIM.V1alpha.Model.GclbObservationSourcePscNetworkConfig (google_api_apim v0.3.0)

Network information for setting up a PSC connection.

Attributes

  • network (type: String.t, default: nil) - Required. The VPC network. Format: projects/{project_id}/global/networks/{network}
  • subnetwork (type: String.t, default: nil) - Required. The subnetwork in the source region that will be used to connect to the Cloud Load Balancers via PSC NEGs. Must belong to network. Format: projects/{project_id}/regions/{region}/subnetworks/{subnet}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.APIM.V1alpha.Model.GclbObservationSourcePscNetworkConfig{
  network: String.t() | nil,
  subnetwork: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.