HealthCheckTargets
import type { HealthCheckTargets } from "https://googleapis.deno.dev/v1/domains:v1.ts";
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.
interface HealthCheckTargets {
externalEndpoints?: string[];
internalLoadBalancer?: LoadBalancerTarget[];
}§Properties
§
externalEndpoints?: string[]
[src]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)
§
internalLoadBalancer?: LoadBalancerTarget[]
[src]Configuration for internal load balancers to be health checked.