ipv6Addresses

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


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