Launch Template Network Interface Args
data class LaunchTemplateNetworkInterfaceArgs(val associateCarrierIpAddress: Output<Boolean>? = null, val associatePublicIpAddress: Output<Boolean>? = null, val deleteOnTermination: Output<Boolean>? = null, val description: Output<String>? = null, val deviceIndex: Output<Int>? = null, val groups: Output<List<String>>? = null, val interfaceType: Output<String>? = null, val ipv4PrefixCount: Output<Int>? = null, val ipv4Prefixes: Output<List<LaunchTemplateIpv4PrefixSpecificationArgs>>? = null, val ipv6AddressCount: Output<Int>? = null, val ipv6Addresses: Output<List<LaunchTemplateIpv6AddArgs>>? = null, val ipv6PrefixCount: Output<Int>? = null, val ipv6Prefixes: Output<List<LaunchTemplateIpv6PrefixSpecificationArgs>>? = null, val networkCardIndex: Output<Int>? = null, val networkInterfaceId: Output<String>? = null, val primaryIpv6: Output<Boolean>? = null, val privateIpAddress: Output<String>? = null, val privateIpAddresses: Output<List<LaunchTemplatePrivateIpAddArgs>>? = null, val secondaryPrivateIpAddressCount: Output<Int>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<LaunchTemplateNetworkInterfaceArgs>
Specifies the parameters for a network interface.
Constructors
Link copied to clipboard
fun LaunchTemplateNetworkInterfaceArgs(associateCarrierIpAddress: Output<Boolean>? = null, associatePublicIpAddress: Output<Boolean>? = null, deleteOnTermination: Output<Boolean>? = null, description: Output<String>? = null, deviceIndex: Output<Int>? = null, groups: Output<List<String>>? = null, interfaceType: Output<String>? = null, ipv4PrefixCount: Output<Int>? = null, ipv4Prefixes: Output<List<LaunchTemplateIpv4PrefixSpecificationArgs>>? = null, ipv6AddressCount: Output<Int>? = null, ipv6Addresses: Output<List<LaunchTemplateIpv6AddArgs>>? = null, ipv6PrefixCount: Output<Int>? = null, ipv6Prefixes: Output<List<LaunchTemplateIpv6PrefixSpecificationArgs>>? = null, networkCardIndex: Output<Int>? = null, networkInterfaceId: Output<String>? = null, primaryIpv6: Output<Boolean>? = null, privateIpAddress: Output<String>? = null, privateIpAddresses: Output<List<LaunchTemplatePrivateIpAddArgs>>? = null, secondaryPrivateIpAddressCount: Output<Int>? = null, subnetId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard