ipv6Addresses

@JvmName(name = "byxlovoxfhlboxjp")
suspend fun ipv6Addresses(value: Output<List<String>>)
@JvmName(name = "sbceittawmhrslvu")
suspend fun ipv6Addresses(value: List<String>?)

Parameters

value

List of IPv6 addresses corresponding to this host in the standard hexadecimal format (e.g. 2001:db8::). At least one of ipv4_address and ipv6_address must be set.


@JvmName(name = "oetqfbmbbkpgaufu")
suspend fun ipv6Addresses(vararg values: Output<String>)


@JvmName(name = "gwudvbueoyhiihto")
suspend fun ipv6Addresses(values: List<Output<String>>)
@JvmName(name = "ahdbdhbmweyndwkj")
suspend fun ipv6Addresses(vararg values: String)

Parameters

values

List of IPv6 addresses corresponding to this host in the standard hexadecimal format (e.g. 2001:db8::). At least one of ipv4_address and ipv6_address must be set.