Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.clone() |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withAssociateCarrierIpAddress(Boolean associateCarrierIpAddress)
Associates a Carrier IP address with eth0 for a new network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
Associates a public IPv4 address with eth0 for a new network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withDescription(String description)
A description for the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withDeviceIndex(Integer deviceIndex)
The device index for the network interface attachment.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withGroups(Collection<String> groups)
The IDs of one or more security groups.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withGroups(String... groups)
The IDs of one or more security groups.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withInterfaceType(String interfaceType)
The type of network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv4PrefixCount(Integer ipv4PrefixCount)
The number of IPv4 prefixes to be automatically assigned to the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)
One or more IPv4 prefixes to be assigned to the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)
One or more IPv4 prefixes to be assigned to the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv6AddressCount(Integer ipv6AddressCount)
The number of IPv6 addresses to assign to a network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv6Addresses(Collection<InstanceIpv6AddressRequest> ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv6Addresses(InstanceIpv6AddressRequest... ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv6PrefixCount(Integer ipv6PrefixCount)
The number of IPv6 prefixes to be automatically assigned to the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)
One or more IPv6 prefixes to be assigned to the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)
One or more IPv6 prefixes to be assigned to the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withPrivateIpAddress(String privateIpAddress)
The primary private IPv4 address of the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IPv4 addresses.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
The number of secondary private IPv4 addresses to assign to a network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withSubnetId(String subnetId)
The ID of the subnet for the network interface.
|
Modifier and Type | Method and Description |
---|---|
List<LaunchTemplateInstanceNetworkInterfaceSpecificationRequest> |
RequestLaunchTemplateData.getNetworkInterfaces()
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
RequestLaunchTemplateData |
RequestLaunchTemplateData.withNetworkInterfaces(LaunchTemplateInstanceNetworkInterfaceSpecificationRequest... networkInterfaces)
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestLaunchTemplateData.setNetworkInterfaces(Collection<LaunchTemplateInstanceNetworkInterfaceSpecificationRequest> networkInterfaces)
One or more network interfaces.
|
RequestLaunchTemplateData |
RequestLaunchTemplateData.withNetworkInterfaces(Collection<LaunchTemplateInstanceNetworkInterfaceSpecificationRequest> networkInterfaces)
One or more network interfaces.
|
Copyright © 2021. All rights reserved.