Class GeoPolicyItem
ResourceRecordSet data for one geo location.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class GeoPolicyItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HealthCheckedTargets
For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be
specified along with rrdata
within this item.
Declaration
[JsonProperty("healthCheckedTargets")]
public virtual HealthCheckTargets HealthCheckedTargets { get; set; }
Property Value
Type | Description |
---|---|
HealthCheckTargets |
Location
The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
Rrdata
Declaration
[JsonProperty("rrdata")]
public virtual IList<string> Rrdata { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SignatureRrdata
DNSSEC generated signatures for all the rrdata
within this item. If health checked targets are provided
for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
Declaration
[JsonProperty("signatureRrdata")]
public virtual IList<string> SignatureRrdata { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |