Show / Hide Table of Contents

Class RRSetRoutingPolicyWrrPolicyWrrPolicyItem

A routing block which contains the routing information for one WRR item.

Inheritance
object
RRSetRoutingPolicyWrrPolicyWrrPolicyItem
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dns.v1beta2.Data
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class RRSetRoutingPolicyWrrPolicyWrrPolicyItem : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HealthCheckedTargets

endpoints that need to be health checked before making the routing decision. The unhealthy endpoints will be omitted from the result. If all endpoints within a buckete are unhealthy, we'll choose a different bucket (sampled w.r.t. its weight) for responding. Note that if DNSSEC is enabled for this zone, only one of rrdata or health_checked_targets can be set.

Declaration
[JsonProperty("healthCheckedTargets")]
public virtual RRSetRoutingPolicyHealthCheckTargets HealthCheckedTargets { get; set; }
Property Value
Type Description
RRSetRoutingPolicyHealthCheckTargets

Kind

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Rrdatas

Declaration
[JsonProperty("rrdatas")]
public virtual IList<string> Rrdatas { get; set; }
Property Value
Type Description
IList<string>

SignatureRrdatas

DNSSEC generated signatures for all the rrdata within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 ip per item. .

Declaration
[JsonProperty("signatureRrdatas")]
public virtual IList<string> SignatureRrdatas { get; set; }
Property Value
Type Description
IList<string>

Weight

The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.

Declaration
[JsonProperty("weight")]
public virtual double? Weight { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX