AssignPrivateIpAddressesRequest

Contains the parameters for AssignPrivateIpAddresses.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.

Link copied to clipboard

The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You can't use this option if you use the Ipv4 Prefixes option.

Link copied to clipboard

One or more IPv4 prefixes assigned to the network interface. You can't use this option if you use the Ipv4PrefixCount option.

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard

The IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.

Link copied to clipboard

The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String