NetworkInterfacePrivateIpAddressSpecification

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

Constructors

constructor(primary: Boolean, privateIpAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets the private IP address as the primary private address. You can set only one primary private IP address. If you don't specify a primary private IP address, Amazon EC2 automatically assigns a primary private IP address.

Link copied to clipboard

The private IP address of the network interface.