Show / Hide Table of Contents

Class HealthCheckTargets

HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. Set either internal_load_balancer or external_endpoints. Do not set both.

Inheritance
object
HealthCheckTargets
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX