Class DnsZone
Represents a DNS zone resource.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class DnsZone : IDirectResponseSchema
Properties
DnsSuffix
The DNS name suffix of this zone e.g. example.com.
. Cloud DNS requires that a DNS suffix ends with a
trailing dot.
Declaration
[JsonProperty("dnsSuffix")]
public virtual string DnsSuffix { 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 |
Name
User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |