AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails

One or more network interfaces to attach to an Amazon EC2 instance. If you specify a network interface, you must specify security groups and subnets as part of the network interface.

Types

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

Properties

Link copied to clipboard

Indicates whether to associate a Carrier IP address with eth0 for a new network interface. You use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information, see Carrier IP address in the Wavelength Developer Guide.

Link copied to clipboard

Associates a public IPv4 address with eth0 for a new network interface.

Link copied to clipboard

Indicates whether the network interface is deleted when the instance is terminated.

Link copied to clipboard

A description for the network interface.

Link copied to clipboard

The device index for the network interface attachment.

Link copied to clipboard

The IDs of one or more security groups.

Link copied to clipboard

The type of network interface.

Link copied to clipboard

The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefixes option.

Link copied to clipboard

One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

Link copied to clipboard

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if you use Ipv6Addresses.

Link copied to clipboard

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you use Ipv6AddressCount.

Link copied to clipboard

The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.

Link copied to clipboard

One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

Link copied to clipboard

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard

The primary private IPv4 address of the network interface.

Link copied to clipboard
Link copied to clipboard

The number of secondary private IPv4 addresses to assign to a network interface.

Link copied to clipboard

The ID of the subnet for the network interface.

Functions

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