Show / Hide Table of Contents

Class RRSetRoutingPolicyGeoPolicy

Configures a RRSetRoutingPolicy that routes based on the geo location of the querying user.

Inheritance
object
RRSetRoutingPolicyGeoPolicy
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.v1beta2.Data
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class RRSetRoutingPolicyGeoPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableFencing

Without fencing, if health check fails for all configured items in the current geo bucket, we failover to the next nearest geo bucket. With fencing, if health checking is enabled, as long as some targets in the current geo bucket are healthy, we return only the healthy targets. However, if all targets are unhealthy, we don't failover to the next nearest bucket; instead, we return all the items in the current bucket even when all targets are unhealthy.

Declaration
[JsonProperty("enableFencing")]
public virtual bool? EnableFencing { get; set; }
Property Value
Type Description
bool?

Items

The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.

Declaration
[JsonProperty("items")]
public virtual IList<RRSetRoutingPolicyGeoPolicyGeoPolicyItem> Items { get; set; }
Property Value
Type Description
IList<RRSetRoutingPolicyGeoPolicyGeoPolicyItem>

Kind

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX