GoogleApi.ServiceNetworking.V1.Model.ListDnsZonesResponse (google_api_service_networking v0.40.0)
View SourceRepresents 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
@type t() :: %GoogleApi.ServiceNetworking.V1.Model.ListDnsZonesResponse{ dnsZonePairs: [GoogleApi.ServiceNetworking.V1.Model.DnsZonePair.t()] | nil }