Class HealthCheckTargets
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.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class HealthCheckTargets : 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> |
InternalLoadBalancer
Configuration for internal load balancers to be health checked.
Declaration
[JsonProperty("internalLoadBalancer")]
public virtual IList<LoadBalancerTarget> InternalLoadBalancer { get; set; }
Property Value
Type | Description |
---|---|
IList<LoadBalancerTarget> |