GoogleApi.Domains.V1alpha2.Model.WrrPolicyItem (google_api_domains v0.12.3)
View SourceA routing block which contains the routing information for one WRR item.
Attributes
-
healthCheckedTargets(type:GoogleApi.Domains.V1alpha2.Model.HealthCheckTargets.t, default:nil) - Endpoints that are health checked before making the routing decision. The unhealthy endpoints are omitted from the result. If all endpoints within a bucket are unhealthy, we choose a different bucket (sampled with respect to its weight) for responding. If DNSSEC is enabled for this zone, only one ofrrdataorhealth_checked_targetscan be set. -
rrdata(type:list(String.t), default:nil) - -
signatureRrdata(type:list(String.t), default:nil) - DNSSEC generated signatures for all therrdatawithin this item. When using health-checked targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per item. -
weight(type:float(), default:nil) - The weight corresponding to thisWrrPolicyItemobject. When multipleWrrPolicyItemobjects are configured, the probability of returning anWrrPolicyItemobject's data is proportional to its weight relative to the sum of weights configured for all items. This weight must be non-negative.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1alpha2.Model.WrrPolicyItem{ healthCheckedTargets: GoogleApi.Domains.V1alpha2.Model.HealthCheckTargets.t() | nil, rrdata: [String.t()] | nil, signatureRrdata: [String.t()] | nil, weight: float() | nil }