View Source GoogleApi.Domains.V1.Model.ConfigureDnsSettingsRequest (google_api_domains v0.12.2)
Request for the ConfigureDnsSettings
method.
Attributes
-
dnsSettings
(type:GoogleApi.Domains.V1.Model.DnsSettings.t
, default:nil
) - Fields of theDnsSettings
to update. -
updateMask
(type:String.t
, default:nil
) - Required. The field mask describing which fields to update as a comma-separated list. For example, if only the name servers are being updated for an existing Custom DNS configuration, theupdate_mask
is"custom_dns.name_servers"
. When changing the DNS provider from one type to another, pass the new provider's field name as part of the field mask. For example, when changing from a Google Domains DNS configuration to a Custom DNS configuration, theupdate_mask
is"custom_dns"
. // -
validateOnly
(type:boolean()
, default:nil
) - Validate the request without actually updating the DNS settings.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1.Model.ConfigureDnsSettingsRequest{ dnsSettings: GoogleApi.Domains.V1.Model.DnsSettings.t() | nil, updateMask: String.t() | nil, validateOnly: boolean() | nil }