ipv4Addresses

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


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