LaunchTemplateNetworkInterface

data class LaunchTemplateNetworkInterface(val associateCarrierIpAddress: String? = null, val associatePublicIpAddress: String? = null, val deleteOnTermination: String? = null, val description: String? = null, val deviceIndex: Int? = null, val interfaceType: String? = null, val ipv4AddressCount: Int? = null, val ipv4Addresses: List<String>? = null, val ipv4PrefixCount: Int? = null, val ipv4Prefixes: List<String>? = null, val ipv6AddressCount: Int? = null, val ipv6Addresses: List<String>? = null, val ipv6PrefixCount: Int? = null, val ipv6Prefixes: List<String>? = null, val networkCardIndex: Int? = null, val networkInterfaceId: String? = null, val privateIpAddress: String? = null, val securityGroups: List<String>? = null, val subnetId: String? = null)

Constructors

Link copied to clipboard
constructor(associateCarrierIpAddress: String? = null, associatePublicIpAddress: String? = null, deleteOnTermination: String? = null, description: String? = null, deviceIndex: Int? = null, interfaceType: String? = null, ipv4AddressCount: Int? = null, ipv4Addresses: List<String>? = null, ipv4PrefixCount: Int? = null, ipv4Prefixes: List<String>? = null, ipv6AddressCount: Int? = null, ipv6Addresses: List<String>? = null, ipv6PrefixCount: Int? = null, ipv6Prefixes: List<String>? = null, networkCardIndex: Int? = null, networkInterfaceId: String? = null, privateIpAddress: String? = null, securityGroups: List<String>? = null, subnetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Associate a Carrier IP address with eth0 for a new network interface. Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. Boolean value, can be left unset.

Link copied to clipboard

Associate a public ip address with the network interface. Boolean value, can be left unset.

Link copied to clipboard

Whether the network interface should be destroyed on instance termination.

Link copied to clipboard
val description: String? = null

Description of the network interface.

Link copied to clipboard
val deviceIndex: Int? = null

The integer index of the network interface attachment.

Link copied to clipboard
val interfaceType: String? = null

The type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa.

Link copied to clipboard
val ipv4AddressCount: Int? = null

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

Link copied to clipboard
val ipv4Addresses: List<String>? = null

One or more private IPv4 addresses to associate. Conflicts with ipv4_address_count

Link copied to clipboard
val ipv4PrefixCount: Int? = null

The number of IPv4 prefixes to be automatically assigned to the network interface. Conflicts with ipv4_prefixes

Link copied to clipboard
val ipv4Prefixes: List<String>? = null

One or more IPv4 prefixes to be assigned to the network interface. Conflicts with ipv4_prefix_count

Link copied to clipboard
val ipv6AddressCount: Int? = null

The number of IPv6 addresses to assign to a network interface. Conflicts with ipv6_addresses

Link copied to clipboard
val ipv6Addresses: List<String>? = null

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. Conflicts with ipv6_address_count

Link copied to clipboard
val ipv6PrefixCount: Int? = null

The number of IPv6 prefixes to be automatically assigned to the network interface. Conflicts with ipv6_prefixes

Link copied to clipboard
val ipv6Prefixes: List<String>? = null

One or more IPv6 prefixes to be assigned to the network interface. Conflicts with ipv6_prefix_count

Link copied to clipboard
val networkCardIndex: Int? = null

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 to attach.

Link copied to clipboard

The primary private IPv4 address.

Link copied to clipboard
val securityGroups: List<String>? = null

A list of security group IDs to associate.

Link copied to clipboard
val subnetId: String? = null

The VPC Subnet ID to associate.