GoogleApi.ServiceNetworking.V1.Model.AddDnsRecordSetRequest (google_api_service_networking v0.40.0)
View SourceRequest 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceNetworking.V1.Model.AddDnsRecordSetRequest{ consumerNetwork: String.t() | nil, dnsRecordSet: GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t() | nil, zone: String.t() | nil }