Class GoogleDomainsDns
Deprecated: For more information, see Cloud Domains feature
deprecation. Configuration for using
the free DNS zone provided by Google Domains as a Registration
's dns_provider
. You cannot configure the DNS
zone itself using the API. To configure the DNS zone, go to Google Domains.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class GoogleDomainsDns : IDirectResponseSchema
Properties
DsRecords
Output only. The list of DS records published for this domain. The list is automatically populated when
ds_state
is DS_RECORDS_PUBLISHED
, otherwise it remains empty.
Declaration
[JsonProperty("dsRecords")]
public virtual IList<DsRecord> DsRecords { get; set; }
Property Value
Type | Description |
---|---|
IList<DsRecord> |
DsState
Required. The state of DS records for this domain. Used to enable or disable automatic DNSSEC.
Declaration
[JsonProperty("dsState")]
public virtual string DsState { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NameServers
Output only. 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. This field is automatically populated with the name servers assigned to the Google Domains DNS zone.
Declaration
[JsonProperty("nameServers")]
public virtual IList<string> NameServers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |