Interface DnsRecordSetRoutingPolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DnsRecordSetRoutingPolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.082Z") @Stability(Stable) public interface DnsRecordSetRoutingPolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDnsRecordSetRoutingPolicy.BuilderA builder forDnsRecordSetRoutingPolicystatic classDnsRecordSetRoutingPolicy.Jsii$ProxyAn implementation forDnsRecordSetRoutingPolicy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DnsRecordSetRoutingPolicy.Builderbuilder()default ObjectgetEnableGeoFencing()Specifies whether to enable fencing for geo queries.default ObjectgetGeo()geo block.default DnsRecordSetRoutingPolicyPrimaryBackupgetPrimaryBackup()primary_backup block.default ObjectgetWrr()wrr block.
-
-
-
Method Detail
-
getEnableGeoFencing
@Stability(Stable) @Nullable default Object getEnableGeoFencing()
Specifies whether to enable fencing for geo queries.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#enable_geo_fencing DnsRecordSet#enable_geo_fencing}
-
getGeo
@Stability(Stable) @Nullable default Object getGeo()
geo block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#geo DnsRecordSet#geo}
-
getPrimaryBackup
@Stability(Stable) @Nullable default DnsRecordSetRoutingPolicyPrimaryBackup getPrimaryBackup()
primary_backup block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#primary_backup DnsRecordSet#primary_backup}
-
getWrr
@Stability(Stable) @Nullable default Object getWrr()
wrr block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#wrr DnsRecordSet#wrr}
-
builder
@Stability(Stable) static DnsRecordSetRoutingPolicy.Builder builder()
- Returns:
- a
DnsRecordSetRoutingPolicy.BuilderofDnsRecordSetRoutingPolicy
-
-