ipv4Addresses

@JvmName(name = "nlvrpreavmmytapw")
suspend fun ipv4Addresses(value: Output<List<String>>)
@JvmName(name = "juktmjkwocylajea")
suspend fun ipv4Addresses(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 = "hxnohllirebjkkja")
suspend fun ipv4Addresses(vararg values: Output<String>)


@JvmName(name = "boqjidxpmbllxhja")
suspend fun ipv4Addresses(values: List<Output<String>>)
@JvmName(name = "daenvtqnggpiunka")
suspend fun ipv4Addresses(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.