ipv6Addresses

@JvmName(name = "ocvvbfoamanyxtuu")
suspend fun ipv6Addresses(value: Output<List<String>>)
@JvmName(name = "ectqqyioljvnuauv")
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 = "dyiuiedrsjhhyvqj")
suspend fun ipv6Addresses(vararg values: Output<String>)


@JvmName(name = "daewcloymmycfqcj")
suspend fun ipv6Addresses(values: List<Output<String>>)
@JvmName(name = "dftbwrhnbdgaqprj")
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.