All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dns.model.RRSetRoutingPolicyWrrPolicyWrrPolicyItem.html Maven / Gradle / Ivy

There is a newer version: v2-rev20220505-1.32.1
Show newest version






RRSetRoutingPolicyWrrPolicyWrrPolicyItem (Cloud DNS API v1-rev20240118-2.0.0)












com.google.api.services.dns.model

Class RRSetRoutingPolicyWrrPolicyWrrPolicyItem

    • Constructor Detail

      • RRSetRoutingPolicyWrrPolicyWrrPolicyItem

        public RRSetRoutingPolicyWrrPolicyWrrPolicyItem()
    • Method Detail

      • getHealthCheckedTargets

        public RRSetRoutingPolicyHealthCheckTargets getHealthCheckedTargets()
        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 of rrdata or health_checked_targets can be set.
        Returns:
        value or null for none
      • setHealthCheckedTargets

        public RRSetRoutingPolicyWrrPolicyWrrPolicyItem setHealthCheckedTargets(RRSetRoutingPolicyHealthCheckTargets healthCheckedTargets)
        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 of rrdata or health_checked_targets can be set.
        Parameters:
        healthCheckedTargets - healthCheckedTargets or null for none
      • getKind

        public String getKind()
        Returns:
        value or null for none
      • getRrdatas

        public List<String> getRrdatas()
        Returns:
        value or null for none
      • getSignatureRrdatas

        public List<String> getSignatureRrdatas()
        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 address per item.
        Returns:
        value or null for none
      • setSignatureRrdatas

        public RRSetRoutingPolicyWrrPolicyWrrPolicyItem setSignatureRrdatas(List<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 address per item.
        Parameters:
        signatureRrdatas - signatureRrdatas or null for none
      • getWeight

        public Double getWeight()
        The weight corresponding to this WrrPolicyItem object. When multiple WrrPolicyItem objects are configured, the probability of returning an WrrPolicyItem object's data is proportional to its weight relative to the sum of weights configured for all items. This weight must be non- negative.
        Returns:
        value or null for none
      • setWeight

        public RRSetRoutingPolicyWrrPolicyWrrPolicyItem setWeight(Double weight)
        The weight corresponding to this WrrPolicyItem object. When multiple WrrPolicyItem objects are configured, the probability of returning an WrrPolicyItem object's data is proportional to its weight relative to the sum of weights configured for all items. This weight must be non- negative.
        Parameters:
        weight - weight or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy