Class RRSetRoutingPolicyGeoPolicy
Configures a RRSetRoutingPolicy that routes based on the geo location of the querying user.
Implements
Inherited Members
Namespace: Google.Apis.Dns.v1beta2.Data
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class RRSetRoutingPolicyGeoPolicy : IDirectResponseSchema
Properties
EnableFencing
Without fencing, if health check fails for all configured items in the current geo bucket, we'll failover to the next nearest geo bucket. With fencing, if health check is enabled, as long as some targets in the current geo bucket are healthy, we'll return only the healthy targets. However, if they're all unhealthy, we won't failover to the next nearest bucket, we'll simply return all the items in the current bucket even though they're unhealthy.
Declaration
[JsonProperty("enableFencing")]
public virtual bool? EnableFencing { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |