InstancePrivateIpAddressSpecificationArgs

data class InstancePrivateIpAddressSpecificationArgs(val primary: Output<Boolean>, val privateIpAddress: Output<String>) : ConvertibleToJava<InstancePrivateIpAddressSpecificationArgs>

Constructors

constructor(primary: Output<Boolean>, privateIpAddress: Output<String>)

Properties

Link copied to clipboard
val primary: Output<Boolean>

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

The private IPv4 addresses.

Functions

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