Class ResourceRecordSet
A unit of data that is returned by the DNS servers.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class ResourceRecordSet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
For example, www.example.com.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RoutingPolicy
Configures dynamic query responses based on either the geo location of the querying user or a weighted round
robin based routing policy. A valid ResourceRecordSet
contains only rrdata
(for static resolution) or a
routing_policy
(for dynamic resolution).
Declaration
[JsonProperty("routingPolicy")]
public virtual RRSetRoutingPolicy RoutingPolicy { get; set; }
Property Value
Type | Description |
---|---|
RRSetRoutingPolicy |
Rrdata
As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
Declaration
[JsonProperty("rrdata")]
public virtual IList<string> Rrdata { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SignatureRrdata
As defined in RFC 4034 (section 3.2).
Declaration
[JsonProperty("signatureRrdata")]
public virtual IList<string> SignatureRrdata { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Ttl
Number of seconds that this ResourceRecordSet
can be cached by resolvers.
Declaration
[JsonProperty("ttl")]
public virtual int? Ttl { get; set; }
Property Value
Type | Description |
---|---|
int? |
Type
The identifier of a supported record type. See the list of Supported DNS record types.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |