GoogleApi.ServiceNetworking.V1.Model.AddDnsZoneResponse (google_api_service_networking v0.24.0) View Source
Represents managed DNS zones created in the shared producer host and consumer projects.
Attributes
-
consumerPeeringZone(type:GoogleApi.ServiceNetworking.V1.Model.DnsZone.t, default:nil) - The DNS peering zone created in the consumer project. -
producerPrivateZone(type:GoogleApi.ServiceNetworking.V1.Model.DnsZone.t, default:nil) - The private DNS zone created in the shared producer host project.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ServiceNetworking.V1.Model.AddDnsZoneResponse{
consumerPeeringZone: GoogleApi.ServiceNetworking.V1.Model.DnsZone.t() | nil,
producerPrivateZone: GoogleApi.ServiceNetworking.V1.Model.DnsZone.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.