Interface DnsRecordSetRoutingPolicyPrimaryBackupBackupGeo
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DnsRecordSetRoutingPolicyPrimaryBackupBackupGeo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.085Z") @Stability(Stable) public interface DnsRecordSetRoutingPolicyPrimaryBackupBackupGeo extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDnsRecordSetRoutingPolicyPrimaryBackupBackupGeo.BuilderA builder forDnsRecordSetRoutingPolicyPrimaryBackupBackupGeostatic classDnsRecordSetRoutingPolicyPrimaryBackupBackupGeo.Jsii$ProxyAn implementation forDnsRecordSetRoutingPolicyPrimaryBackupBackupGeo
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DnsRecordSetRoutingPolicyPrimaryBackupBackupGeo.Builderbuilder()default DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsgetHealthCheckedTargets()health_checked_targets block.StringgetLocation()The location name defined in Google Cloud.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}.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location name defined in Google Cloud.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#location DnsRecordSet#location}
-
getHealthCheckedTargets
@Stability(Stable) @Nullable default DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets 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 DnsRecordSetRoutingPolicyPrimaryBackupBackupGeo.Builder builder()
-
-