GoogleApi.NetworkConnectivity.V1.Model.LinkedVpcNetwork (google_api_network_connectivity v0.12.0)

View Source

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. Because they are directly connected throuh VPC peering, NCC export filters do not apply between the service consumer VPC spoke and any of its producer VPC spokes. This VPC spoke cannot be deleted as long as any of these producer VPC spokes are connected to the NCC Hub.
  • proposedExcludeExportRanges (type: list(String.t), default: nil) - Output only. The proposed exclude export IP ranges waiting for hub administration's approval.
  • proposedIncludeExportRanges (type: list(String.t), default: nil) - Optional. The proposed include export IP ranges waiting for hub administration's approval.
  • 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,
  proposedExcludeExportRanges: [String.t()] | nil,
  proposedIncludeExportRanges: [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.