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

HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. Only one of internal_load_balancer and external_endpoints should be set.

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

Functions

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

Unwrap a decoded JSON object into its complex fields.