Interface DnsRecordSetRoutingPolicyPrimaryBackup
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DnsRecordSetRoutingPolicyPrimaryBackup.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.085Z") @Stability(Stable) public interface DnsRecordSetRoutingPolicyPrimaryBackup extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDnsRecordSetRoutingPolicyPrimaryBackup.BuilderA builder forDnsRecordSetRoutingPolicyPrimaryBackupstatic classDnsRecordSetRoutingPolicyPrimaryBackup.Jsii$ProxyAn implementation forDnsRecordSetRoutingPolicyPrimaryBackup
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DnsRecordSetRoutingPolicyPrimaryBackup.Builderbuilder()ObjectgetBackupGeo()backup_geo block.default ObjectgetEnableGeoFencingForBackups()Specifies whether to enable fencing for backup geo queries.DnsRecordSetRoutingPolicyPrimaryBackupPrimarygetPrimary()primary block.default NumbergetTrickleRatio()Specifies the percentage of traffic to send to the backup targets even when the primary targets are healthy.
-
-
-
Method Detail
-
getBackupGeo
@Stability(Stable) @NotNull Object getBackupGeo()
backup_geo block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#backup_geo DnsRecordSet#backup_geo}
-
getPrimary
@Stability(Stable) @NotNull DnsRecordSetRoutingPolicyPrimaryBackupPrimary getPrimary()
primary block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#primary DnsRecordSet#primary}
-
getEnableGeoFencingForBackups
@Stability(Stable) @Nullable default Object getEnableGeoFencingForBackups()
Specifies whether to enable fencing for backup 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_for_backups DnsRecordSet#enable_geo_fencing_for_backups}
-
getTrickleRatio
@Stability(Stable) @Nullable default Number getTrickleRatio()
Specifies the percentage of traffic to send to the backup targets even when the primary targets are healthy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#trickle_ratio DnsRecordSet#trickle_ratio}
-
builder
@Stability(Stable) static DnsRecordSetRoutingPolicyPrimaryBackup.Builder builder()
-
-