public sealed class 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."],[[["The `CustomDns` class in the Cloud Domains v1 API allows configuration for DNS providers and is found within the `Google.Cloud.Domains.V1.DnsSettings.Types` namespace."],["The `CustomDns` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling features like message manipulation, equality comparisons, deep cloning, and buffered message handling."],["`CustomDns` objects can be constructed using default or copy constructors, offering flexibility in how instances are created and initialized."],["The `DsRecords` property of `CustomDns` manages a list of `DsRecord` objects, crucial for enabling DNSSEC and the `NameServers` property is a list of nameservers that are responsible for this domain."],["The latest version listed is 2.4.0, with this documentation being based on version 2.1.0, and versions all the way back to 1.0.0 are included, showcasing the evolution of the API."]]],[]]