secondaryPrivateIps

@JvmName(name = "ttjdpjupnddwoxxx")
suspend fun secondaryPrivateIps(value: Output<List<String>>)
@JvmName(name = "xffaifnxchhabpyq")
suspend fun secondaryPrivateIps(value: List<String>?)

Parameters

value

List of secondary private IPv4 addresses to assign to the instance's primary network interface (eth0) in a VPC. Can only be assigned to the primary network interface (eth0) attached at instance creation, not a pre-existing network interface i.e., referenced in a network_interface block. Refer to the Elastic network interfaces documentation to see the maximum number of private IP addresses allowed per instance type.


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


@JvmName(name = "dgsneiefvvnbifob")
suspend fun secondaryPrivateIps(values: List<Output<String>>)
@JvmName(name = "uywktqujyllwtrji")
suspend fun secondaryPrivateIps(vararg values: String)

Parameters

values

List of secondary private IPv4 addresses to assign to the instance's primary network interface (eth0) in a VPC. Can only be assigned to the primary network interface (eth0) attached at instance creation, not a pre-existing network interface i.e., referenced in a network_interface block. Refer to the Elastic network interfaces documentation to see the maximum number of private IP addresses allowed per instance type.