View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1Peering (google_api_beyond_corp v0.12.0)

VPC Peering details.

Attributes

  • dnsZones (type: list(String.t), default: nil) - Optional. List of DNS zones for DNS peering with the customer VPC network.
  • targetVpcNetwork (type: String.t, default: nil) - Required. The name of the Target VPC network name in the format: `projects/{project}/global/networks/{network}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1Peering{
    dnsZones: [String.t()] | nil,
    targetVpcNetwork: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.