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

View Source

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.
  • network (type: String.t, default: nil) - Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered with.
  • peering (type: String.t, default: nil) - Immutable. The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.
  • producerNetwork (type: String.t, default: nil) - Output only. The URI of the Producer VPC.
  • 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.
  • serviceConsumerVpcSpoke (type: String.t, default: nil) - Output only. The Service Consumer Network spoke.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.LinkedProducerVpcNetwork{
  excludeExportRanges: [String.t()] | nil,
  includeExportRanges: [String.t()] | nil,
  network: String.t() | nil,
  peering: String.t() | nil,
  producerNetwork: String.t() | nil,
  proposedExcludeExportRanges: [String.t()] | nil,
  proposedIncludeExportRanges: [String.t()] | nil,
  serviceConsumerVpcSpoke: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.