InstancePrivateIpAddressSpecification

data class InstancePrivateIpAddressSpecification(val primary: Boolean, val privateIpAddress: String)

Constructors

Link copied to clipboard
constructor(primary: Boolean, privateIpAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.