RegistrationDnsSettingsGlueRecordArgs

data class RegistrationDnsSettingsGlueRecordArgs(val hostName: Output<String>, val ipv4Addresses: Output<List<String>>? = null, val ipv6Addresses: Output<List<String>>? = null) : ConvertibleToJava<RegistrationDnsSettingsGlueRecordArgs>

Constructors

Link copied to clipboard
constructor(hostName: Output<String>, ipv4Addresses: Output<List<String>>? = null, ipv6Addresses: Output<List<String>>? = null)

Properties

Link copied to clipboard
val hostName: Output<String>

Required. Domain name of the host in Punycode format.

Link copied to clipboard
val ipv4Addresses: Output<List<String>>? = null

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.

Link copied to clipboard
val ipv6Addresses: Output<List<String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): RegistrationDnsSettingsGlueRecordArgs