Interface DnsRecordSetRoutingPolicyGeo
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DnsRecordSetRoutingPolicyGeo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.083Z") @Stability(Stable) public interface DnsRecordSetRoutingPolicyGeo extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDnsRecordSetRoutingPolicyGeo.BuilderA builder forDnsRecordSetRoutingPolicyGeostatic classDnsRecordSetRoutingPolicyGeo.Jsii$ProxyAn implementation forDnsRecordSetRoutingPolicyGeo
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DnsRecordSetRoutingPolicyGeo.Builderbuilder()default DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsgetHealthCheckedTargets()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 DnsRecordSetRoutingPolicyGeoHealthCheckedTargets 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 DnsRecordSetRoutingPolicyGeo.Builder builder()
-
-