Class DnsRecordSet
Represents a DNS record set resource.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class DnsRecordSet : IDirectResponseSchema
Properties
Data
Required. As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) for examples see https://cloud.google.com/dns/records/json-record.
Declaration
[JsonProperty("data")]
public virtual IList<string> Data { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Domain
Required. The DNS or domain name of the record set, e.g. test.example.com
. Cloud DNS requires that a DNS
suffix ends with a trailing dot.
Declaration
[JsonProperty("domain")]
public virtual string Domain { 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 |
Ttl
Required. The period of time for which this RecordSet can be cached by resolvers.
Declaration
[JsonProperty("ttl")]
public virtual object Ttl { get; set; }
Property Value
Type | Description |
---|---|
object |
Type
Required. The identifier of a supported record type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |