GoogleApi.ServiceNetworking.V1.Model.AddDnsRecordSetRequest (google_api_service_networking v0.27.0) View Source
Request to add a record set to a private managed DNS zone in the shared producer host project.
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 add. -
zone(type:String.t, default:nil) - Required. The name of the private DNS zone in the shared producer host project to which the record set will be added.
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.AddDnsRecordSetRequest{
consumerNetwork: String.t() | nil,
dnsRecordSet: GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t() | nil,
zone: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.