Show / Hide Table of Contents

Class RRSetRoutingPolicyGeoPolicyGeoPolicyItem

ResourceRecordSet data for one geo location.

Inheritance
object
RRSetRoutingPolicyGeoPolicyGeoPolicyItem
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.Dns.v1.Data
Assembly: Google.Apis.Dns.v1.dll
Syntax
public class RRSetRoutingPolicyGeoPolicyGeoPolicyItem : 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 RRSetRoutingPolicyHealthCheckTargets HealthCheckedTargets { get; set; }
Property Value
Type Description
RRSetRoutingPolicyHealthCheckTargets

Kind

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

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

Rrdatas

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

SignatureRrdatas

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("signatureRrdatas")]
public virtual IList<string> SignatureRrdatas { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX