LaunchTemplatePrivateIpAddArgs

data class LaunchTemplatePrivateIpAddArgs(val primary: Output<Boolean>? = null, val privateIpAddress: Output<String>? = null) : ConvertibleToJava<LaunchTemplatePrivateIpAddArgs>

Specifies a secondary private IPv4 address for a network interface.

Constructors

Link copied to clipboard
fun LaunchTemplatePrivateIpAddArgs(primary: Output<Boolean>? = null, privateIpAddress: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LaunchTemplatePrivateIpAddArgs

Properties

Link copied to clipboard
val primary: Output<Boolean>? = null

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

Link copied to clipboard
val privateIpAddress: Output<String>? = null

The private IPv4 address.