GoogleApi.Domains.V1beta1.Model.ConfigureDnsSettingsRequest (google_api_domains v0.4.2) View Source
Request for the ConfigureDnsSettings
method.
Attributes
-
dnsSettings
(type:GoogleApi.Domains.V1beta1.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
would be"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
would be"custom_dns"
. // -
validateOnly
(type:boolean()
, default:nil
) - Validate the request without actually updating the DNS settings.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Domains.V1beta1.Model.ConfigureDnsSettingsRequest{ dnsSettings: GoogleApi.Domains.V1beta1.Model.DnsSettings.t(), updateMask: String.t(), validateOnly: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.