Interface ClouddomainsRegistrationDnsSettingsGlueRecords
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddomainsRegistrationDnsSettingsGlueRecords.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.195Z") @Stability(Stable) public interface ClouddomainsRegistrationDnsSettingsGlueRecords extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddomainsRegistrationDnsSettingsGlueRecords.BuilderA builder forClouddomainsRegistrationDnsSettingsGlueRecordsstatic classClouddomainsRegistrationDnsSettingsGlueRecords.Jsii$ProxyAn implementation forClouddomainsRegistrationDnsSettingsGlueRecords
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ClouddomainsRegistrationDnsSettingsGlueRecords.Builderbuilder()StringgetHostName()Required.default List<String>getIpv4Addresses()List of IPv4 addresses corresponding to this host in the standard decimal format (e.g.default List<String>getIpv6Addresses()List of IPv4 addresses corresponding to this host in the standard decimal format (e.g.
-
-
-
Method Detail
-
getHostName
@Stability(Stable) @NotNull String getHostName()
Required. Domain name of the host in Punycode format.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#host_name ClouddomainsRegistration#host_name}
-
getIpv4Addresses
@Stability(Stable) @Nullable default List<String> getIpv4Addresses()
List of IPv4 addresses corresponding to this host in the standard decimal format (e.g. 198.51.100.1). At least one of ipv4_address and ipv6_address must be set.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#ipv4_addresses ClouddomainsRegistration#ipv4_addresses}
-
getIpv6Addresses
@Stability(Stable) @Nullable default List<String> getIpv6Addresses()
List of IPv4 addresses corresponding to this host in the standard decimal format (e.g. 198.51.100.1). At least one of ipv4_address and ipv6_address must be set.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#ipv6_addresses ClouddomainsRegistration#ipv6_addresses}
-
builder
@Stability(Stable) static ClouddomainsRegistrationDnsSettingsGlueRecords.Builder builder()
-
-