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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDnsRecordSetRoutingPolicyWrr.BuilderA builder forDnsRecordSetRoutingPolicyWrrstatic classDnsRecordSetRoutingPolicyWrr.Jsii$ProxyAn implementation forDnsRecordSetRoutingPolicyWrr
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DnsRecordSetRoutingPolicyWrr.Builderbuilder()default DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsgetHealthCheckedTargets()health_checked_targets block.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}.NumbergetWeight()The ratio of traffic routed to the target.
-
-
-
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}.
-
builder
@Stability(Stable) static DnsRecordSetRoutingPolicyWrr.Builder builder()
-
-