ipv6Addresses

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

Parameters

value

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.


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


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

Parameters

values

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.