secondaryPrivateIps

@JvmName(name = "qlpbdhfvurcacjgk")
suspend fun secondaryPrivateIps(value: Output<List<String>>)
@JvmName(name = "estneegydvpjsrnp")
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 = "huvvvigixhcacxkh")
suspend fun secondaryPrivateIps(vararg values: Output<String>)


@JvmName(name = "ajydutsvpvecodxc")
suspend fun secondaryPrivateIps(values: List<Output<String>>)
@JvmName(name = "lejvcmuxbqwnmltx")
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.