Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.clone() |
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withAssociateCarrierIpAddress(Boolean associateCarrierIpAddress)
Indicates whether to assign a carrier IP address to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withDeleteOnTermination(Boolean deleteOnTermination)
If set to
true , the interface is deleted when the instance is terminated. |
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withDescription(String description)
The description of the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withDeviceIndex(Integer deviceIndex)
The position of the network interface in the attachment order.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withGroups(Collection<String> groups)
The IDs of the security groups for the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withGroups(String... groups)
The IDs of the security groups for the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withInterfaceType(String interfaceType)
The type of network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv4PrefixCount(Integer ipv4PrefixCount)
The number of IPv4 delegated prefixes to be automatically assigned to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)
One or more IPv4 delegated prefixes to be assigned to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)
One or more IPv4 delegated prefixes to be assigned to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv6AddressCount(Integer ipv6AddressCount)
A number of IPv6 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
One or more IPv6 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv6Addresses(InstanceIpv6Address... ipv6Addresses)
One or more IPv6 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv6PrefixCount(Integer ipv6PrefixCount)
The number of IPv6 delegated prefixes to be automatically assigned to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)
One or more IPv6 delegated prefixes to be assigned to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)
One or more IPv6 delegated prefixes to be assigned to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddress(String privateIpAddress)
The private IPv4 address of the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IPv4 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
The number of secondary private IPv4 addresses.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withSubnetId(String subnetId)
The ID of the subnet associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceNetworkInterfaceSpecification> |
LaunchSpecification.getNetworkInterfaces()
One or more network interfaces.
|
List<InstanceNetworkInterfaceSpecification> |
RunInstancesRequest.getNetworkInterfaces()
The network interfaces to associate with the instance.
|
List<InstanceNetworkInterfaceSpecification> |
SpotFleetLaunchSpecification.getNetworkInterfaces()
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
LaunchSpecification |
LaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
RunInstancesRequest |
RunInstancesRequest.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
The network interfaces to associate with the instance.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchSpecification.setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
void |
RunInstancesRequest.setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
The network interfaces to associate with the instance.
|
void |
SpotFleetLaunchSpecification.setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
LaunchSpecification |
LaunchSpecification.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
RunInstancesRequest |
RunInstancesRequest.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
The network interfaces to associate with the instance.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
Copyright © 2021. All rights reserved.