View Source GoogleApi.Domains.V1beta1.Model.HealthCheckTargets (google_api_domains v0.10.0)

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

Attributes

  • internalLoadBalancer (type: list(GoogleApi.Domains.V1beta1.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.V1beta1.Model.HealthCheckTargets{
  internalLoadBalancer:
    [GoogleApi.Domains.V1beta1.Model.LoadBalancerTarget.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.