View Source GoogleApi.Domains.V1.Model.CustomDns (google_api_domains v0.11.0)

Configuration for an arbitrary DNS provider.

Attributes

  • dsRecords (type: list(GoogleApi.Domains.V1.Model.DsRecord.t), default: nil) - The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled.
  • nameServers (type: list(String.t), default: nil) - Required. A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Domains.V1.Model.CustomDns{
  dsRecords: [GoogleApi.Domains.V1.Model.DsRecord.t()] | nil,
  nameServers: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.