Launch Template Network Interface
data class LaunchTemplateNetworkInterface(val associateCarrierIpAddress: Boolean? = null, val associatePublicIpAddress: Boolean? = null, val deleteOnTermination: Boolean? = null, val description: String? = null, val deviceIndex: Int? = null, val groups: List<String>? = null, val interfaceType: String? = null, val ipv4PrefixCount: Int? = null, val ipv4Prefixes: List<LaunchTemplateIpv4PrefixSpecification>? = null, val ipv6AddressCount: Int? = null, val ipv6Addresses: List<LaunchTemplateIpv6Add>? = null, val ipv6PrefixCount: Int? = null, val ipv6Prefixes: List<LaunchTemplateIpv6PrefixSpecification>? = null, val networkCardIndex: Int? = null, val networkInterfaceId: String? = null, val primaryIpv6: Boolean? = null, val privateIpAddress: String? = null, val privateIpAddresses: List<LaunchTemplatePrivateIpAdd>? = null, val secondaryPrivateIpAddressCount: Int? = null, val subnetId: String? = null)
Specifies the parameters for a network interface.
Constructors
Link copied to clipboard
fun LaunchTemplateNetworkInterface(associateCarrierIpAddress: Boolean? = null, associatePublicIpAddress: Boolean? = null, deleteOnTermination: Boolean? = null, description: String? = null, deviceIndex: Int? = null, groups: List<String>? = null, interfaceType: String? = null, ipv4PrefixCount: Int? = null, ipv4Prefixes: List<LaunchTemplateIpv4PrefixSpecification>? = null, ipv6AddressCount: Int? = null, ipv6Addresses: List<LaunchTemplateIpv6Add>? = null, ipv6PrefixCount: Int? = null, ipv6Prefixes: List<LaunchTemplateIpv6PrefixSpecification>? = null, networkCardIndex: Int? = null, networkInterfaceId: String? = null, primaryIpv6: Boolean? = null, privateIpAddress: String? = null, privateIpAddresses: List<LaunchTemplatePrivateIpAdd>? = null, secondaryPrivateIpAddressCount: Int? = null, subnetId: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard