View Source GoogleApi.Domains.V1.Model.HealthCheckTargets (google_api_domains v0.12.2)
HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.
Attributes
-
externalEndpoints
(type:list(String.t)
, default:nil
) - 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
(type:list(GoogleApi.Domains.V1.Model.LoadBalancerTarget.t)
, default:nil
) - Configuration for internal load balancers to be health checked.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1.Model.HealthCheckTargets{ externalEndpoints: [String.t()] | nil, internalLoadBalancer: [GoogleApi.Domains.V1.Model.LoadBalancerTarget.t()] | nil }