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 v1beta1 API class DnsSettings.Types.CustomDns.
Configuration for an arbitrary DNS provider.
Implements
IMessageDnsSettingsTypesCustomDns, IEquatableDnsSettingsTypesCustomDns, IDeepCloneableDnsSettingsTypesCustomDns, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Beta1Assembly
Google.Cloud.Domains.V1Beta1.dll
Constructors
CustomDns()
public CustomDns()
CustomDns(CustomDns)
public CustomDns(DnsSettings.Types.CustomDns other)
Parameter | |
---|---|
Name | Description |
other |
DnsSettingsTypesCustomDns |
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 |
RepeatedFieldDnsSettingsTypesDsRecord |
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 |
RepeatedFieldstring |