GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DnsZonePeeringConfig (google_api_apigee v0.54.0)

View Source

Fields for DNS PEERING zone.

Attributes

  • targetNetworkId (type: String.t, default: nil) - Required. The VPC network where the records for that private DNS zone's namespace are available. Apigee will be performing DNS peering with this VPC network.
  • targetProjectId (type: String.t, default: nil) - Required. The ID of the project that contains the producer VPC network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DnsZonePeeringConfig{
  targetNetworkId: String.t() | nil,
  targetProjectId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.