Cloud Domains v1 API - Class DnsSettings.Types.CustomDns (2.4.0)

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 v1 API class DnsSettings.Types.CustomDns.

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(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