GoogleApi.ServiceNetworking.V1.Model.RemoveDnsRecordSetRequest (google_api_service_networking v0.16.1) View Source
Request to remove a record set from a private managed DNS zone in the shared producer host project. The name, type, ttl, and data values must all exactly match an existing record set in the specified zone.
Attributes
-
consumerNetwork(type:String.t, default:nil) - Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project}/global/networks/{network} {project} is the project number, as in '12345' {network} is the network name. -
dnsRecordSet(type:GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t, default:nil) - Required. The DNS record set to remove. -
zone(type:String.t, default:nil) - Required. The name of the private DNS zone in the shared producer host project from which the record set will be removed.
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.RemoveDnsRecordSetRequest{
consumerNetwork: String.t(),
dnsRecordSet: GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t(),
zone: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.