public sealed class CustomDns : IMessage<DnsSettings.Types.CustomDns>, IEquatable<DnsSettings.Types.CustomDns>, IDeepCloneable<DnsSettings.Types.CustomDns>, IBufferMessage, IMessage
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."],[[["The `CustomDns` class within the `Google.Cloud.Domains.V1` namespace configures settings for arbitrary DNS providers, offering control over domain name resolution."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google.Protobuf framework."],["It includes properties for managing DNSSEC through `DsRecords` and setting domain nameservers via `NameServers`, with the latter being a required field for its function."],["The latest version available for this class is 2.4.0, and it has had 6 total releases, going back to 1.0.0."],["There are two constructors for this class, one of which takes in a `CustomDns` object as a parameter."]]],[]]