Class CustomDns
Configuration for an arbitrary DNS provider.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class CustomDns : IDirectResponseSchema
Properties
DsRecords
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.
Declaration
[JsonProperty("dsRecords")]
public virtual IList<DsRecord> DsRecords { get; set; }
Property Value
Type | Description |
---|---|
IList<DsRecord> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NameServers
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.
Declaration
[JsonProperty("nameServers")]
public virtual IList<string> NameServers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |