privateIpAddresses

@JvmName(name = "biccofxbknjpuxka")
suspend fun privateIpAddresses(value: Output<List<String>>)
@JvmName(name = "xkidnkwfbecjttry")
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 = "kmgsbqmprhtbocum")
suspend fun privateIpAddresses(vararg values: Output<String>)


@JvmName(name = "wlhedwlajruwkdjb")
suspend fun privateIpAddresses(values: List<Output<String>>)
@JvmName(name = "hwsbolvdaiqtidhk")
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.