Interface DnsRecordSetRoutingPolicyWrr

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DnsRecordSetRoutingPolicyWrr.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.089Z")
    @Stability(Stable)
    public interface DnsRecordSetRoutingPolicyWrr
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getWeight

        @Stability(Stable)
        @NotNull
        Number getWeight()
        The ratio of traffic routed to the target.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#weight DnsRecordSet#weight}

      • getHealthCheckedTargets

        @Stability(Stable)
        @Nullable
        default DnsRecordSetRoutingPolicyWrrHealthCheckedTargets getHealthCheckedTargets()
        health_checked_targets block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#health_checked_targets DnsRecordSet#health_checked_targets}

      • getRrdatas

        @Stability(Stable)
        @Nullable
        default List<String> getRrdatas()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#rrdatas DnsRecordSet#rrdatas}.