GoogleApi.ServiceNetworking.V1.Model.DnsZonePair (google_api_service_networking v0.40.0)

View Source
  • Represents a pair of private and peering DNS zone resources. *

Attributes

  • consumerPeeringZone (type: GoogleApi.ServiceNetworking.V1.Model.DnsZone.t, default: nil) - The DNS peering zone in the consumer project.
  • producerPrivateZone (type: GoogleApi.ServiceNetworking.V1.Model.DnsZone.t, default: nil) - The private DNS zone in the shared producer host project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.DnsZonePair{
  consumerPeeringZone: GoogleApi.ServiceNetworking.V1.Model.DnsZone.t() | nil,
  producerPrivateZone: GoogleApi.ServiceNetworking.V1.Model.DnsZone.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.