Cloud Domains v1beta1 API - Class DnsSettings.Types.CustomDns (2.0.0-beta04)

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.

Inheritance

object > DnsSettings.Types.CustomDns

Namespace

Google.Cloud.Domains.V1Beta1

Assembly

Google.Cloud.Domains.V1Beta1.dll

Constructors

CustomDns()

public CustomDns()

CustomDns(CustomDns)

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

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
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
TypeDescription
RepeatedFieldstring