Class DnsSettings.Types.CustomDns (2.0.0)

public sealed class CustomDns : IMessage<DnsSettings.Types.CustomDns>, IEquatable<DnsSettings.Types.CustomDns>, IDeepCloneable<DnsSettings.Types.CustomDns>, IBufferMessage, IMessage

Configuration for an arbitrary DNS provider.

Inheritance

Object > DnsSettings.Types.CustomDns

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Constructors

CustomDns()

public CustomDns()

CustomDns(DnsSettings.Types.CustomDns)

public CustomDns(DnsSettings.Types.CustomDns other)
Parameter
NameDescription
otherDnsSettings.Types.CustomDns

Properties

DsRecords

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.

Property Value
TypeDescription
RepeatedField<DnsSettings.Types.DsRecord>

NameServers

public RepeatedField<string> NameServers { get; }

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.

Property Value
TypeDescription
RepeatedField<String>