Class GeoPolicy
Configures a RRSetRoutingPolicy
that routes based on the geo location of the querying user.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class GeoPolicy : 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? |
Item
The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
Declaration
[JsonProperty("item")]
public virtual IList<GeoPolicyItem> Item { get; set; }
Property Value
Type | Description |
---|---|
IList<GeoPolicyItem> |