privateIpAddresses

@JvmName(name = "fccmyespksqivnsp")
suspend fun privateIpAddresses(value: Output<List<String>>)
@JvmName(name = "aqgpxclbkvpcqtdu")
suspend fun privateIpAddresses(value: List<String>?)

Parameters

value

Specifies secondary private IP address N of the ENI. This IP address must be an available IP address within the CIDR block of the VSwitch to which the ENI belongs.


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


@JvmName(name = "eemmcnpohaddhkei")
suspend fun privateIpAddresses(values: List<Output<String>>)
@JvmName(name = "gevxfqxnroquyvlc")
suspend fun privateIpAddresses(vararg values: String)

Parameters

values

Specifies secondary private IP address N of the ENI. This IP address must be an available IP address within the CIDR block of the VSwitch to which the ENI belongs.