Show / Hide Table of Contents

Class GeoPolicyItem

ResourceRecordSet data for one geo location.

Inheritance
object
GeoPolicyItem
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDomains.v1alpha2.Data
Assembly: Google.Apis.CloudDomains.v1alpha2.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. When using health-checked targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per item.

Declaration
[JsonProperty("signatureRrdata")]
public virtual IList<string> SignatureRrdata { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX