public sealed class CustomDns : IMessage<DnsSettings.Types.CustomDns>, IEquatable<DnsSettings.Types.CustomDns>, IDeepCloneable<DnsSettings.Types.CustomDns>, IBufferMessage, IMessage
Configuration for an arbitrary DNS provider.
Implements
IMessage<DnsSettings.Types.CustomDns>, IEquatable<DnsSettings.Types.CustomDns>, IDeepCloneable<DnsSettings.Types.CustomDns>, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.V1.dll
Constructors
CustomDns()
public CustomDns()
CustomDns(DnsSettings.Types.CustomDns)
public CustomDns(DnsSettings.Types.CustomDns other)
Parameter | |
---|---|
Name | Description |
other | DnsSettings.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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<String> |