Class RRSetRoutingPolicyHealthCheckTargets
HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.
Implements
Inherited Members
Namespace: Google.Apis.Dns.v1.Data
Assembly: Google.Apis.Dns.v1.dll
Syntax
public class RRSetRoutingPolicyHealthCheckTargets : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalEndpoints
The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
Declaration
[JsonProperty("externalEndpoints")]
public virtual IList<string> ExternalEndpoints { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
InternalLoadBalancers
Configuration for internal load balancers to be health checked.
Declaration
[JsonProperty("internalLoadBalancers")]
public virtual IList<RRSetRoutingPolicyLoadBalancerTarget> InternalLoadBalancers { get; set; }
Property Value
Type | Description |
---|---|
IList<RRSetRoutingPolicyLoadBalancerTarget> |