View Source GoogleApi.NetworkConnectivity.V1.Model.LinkedVpcNetwork (google_api_network_connectivity v0.11.1)

An existing VPC network.

Attributes

  • excludeExportRanges (type: list(String.t), default: nil) - Optional. IP ranges encompassing the subnets to be excluded from peering.
  • includeExportRanges (type: list(String.t), default: nil) - Optional. IP ranges allowed to be included from peering.
  • producerVpcSpokes (type: list(String.t), default: nil) - Output only. The list of Producer VPC spokes that this VPC spoke is a service consumer VPC spoke for. These producer VPCs are connected through VPC peering to this spoke's backing VPC network.
  • uri (type: String.t, default: nil) - Required. The URI of the VPC network resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.LinkedVpcNetwork{
  excludeExportRanges: [String.t()] | nil,
  includeExportRanges: [String.t()] | nil,
  producerVpcSpokes: [String.t()] | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.