View Source GoogleApi.DNS.V1.Model.RRSetRoutingPolicyHealthCheckTargets (google_api_dns v0.30.0)

HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.

Attributes

  • internalLoadBalancers (type: list(GoogleApi.DNS.V1.Model.RRSetRoutingPolicyLoadBalancerTarget.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.DNS.V1.Model.RRSetRoutingPolicyHealthCheckTargets{
  internalLoadBalancers:
    [GoogleApi.DNS.V1.Model.RRSetRoutingPolicyLoadBalancerTarget.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.