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

View Source

Represents all DNS zones in the shared producer host project and the matching peering zones in the consumer project.

Attributes

  • dnsZonePairs (type: list(GoogleApi.ServiceNetworking.V1.Model.DnsZonePair.t), default: nil) - All pairs of private DNS zones in the shared producer host project and the matching peering zones in the consumer project..

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.ListDnsZonesResponse{
  dnsZonePairs: [GoogleApi.ServiceNetworking.V1.Model.DnsZonePair.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.