public sealed class DnsSettings.Types.CustomDns : IMessage<DnsSettings.Types.CustomDns>, IEquatable<DnsSettings.Types.CustomDns>, IDeepCloneable<DnsSettings.Types.CustomDns>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class DnsSettings.Types.CustomDns.
public RepeatedField<DnsSettings.Types.DsRecord> DsRecords { get; }
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `DnsSettings.Types.CustomDns` class within the Cloud Domains v1 API, detailing its structure and usage."],["The `CustomDns` class allows configuration for an arbitrary DNS provider, enabling users to manage domain DNS settings outside of default options."],["`CustomDns` supports DNSSEC through the `DsRecords` property, which allows specifying a list of DS records, if left empty then DNSSEC is disabled."],["The `NameServers` property, a required field, is used to define the list of name servers associated with the domain, with each server being a domain name in Punycode format for Unicode names."],["There are different versions of the documentation available, ranging from version 1.0.0 to 2.4.0, with 2.4.0 being the most recent."]]],[]]