Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInfo |
NetworkInfo.clone() |
NetworkInfo |
InstanceTypeInfo.getNetworkInfo()
Describes the network settings for the instance type.
|
NetworkInfo |
NetworkInfo.withDefaultNetworkCardIndex(Integer defaultNetworkCardIndex)
The index of the default network card, starting at 0.
|
NetworkInfo |
NetworkInfo.withEfaInfo(EfaInfo efaInfo)
Describes the Elastic Fabric Adapters for the instance type.
|
NetworkInfo |
NetworkInfo.withEfaSupported(Boolean efaSupported)
Indicates whether Elastic Fabric Adapter (EFA) is supported.
|
NetworkInfo |
NetworkInfo.withEnaSrdSupported(Boolean enaSrdSupported)
Indicates whether the instance type supports ENA Express.
|
NetworkInfo |
NetworkInfo.withEnaSupport(EnaSupport enaSupport)
Indicates whether Elastic Network Adapter (ENA) is supported.
|
NetworkInfo |
NetworkInfo.withEnaSupport(String enaSupport)
Indicates whether Elastic Network Adapter (ENA) is supported.
|
NetworkInfo |
NetworkInfo.withEncryptionInTransitSupported(Boolean encryptionInTransitSupported)
Indicates whether the instance type automatically encrypts in-transit traffic between instances.
|
NetworkInfo |
NetworkInfo.withIpv4AddressesPerInterface(Integer ipv4AddressesPerInterface)
The maximum number of IPv4 addresses per network interface.
|
NetworkInfo |
NetworkInfo.withIpv6AddressesPerInterface(Integer ipv6AddressesPerInterface)
The maximum number of IPv6 addresses per network interface.
|
NetworkInfo |
NetworkInfo.withIpv6Supported(Boolean ipv6Supported)
Indicates whether IPv6 is supported.
|
NetworkInfo |
NetworkInfo.withMaximumNetworkCards(Integer maximumNetworkCards)
The maximum number of physical network cards that can be allocated to the instance.
|
NetworkInfo |
NetworkInfo.withMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the instance type.
|
NetworkInfo |
NetworkInfo.withNetworkCards(Collection<NetworkCardInfo> networkCards)
Describes the network cards for the instance type.
|
NetworkInfo |
NetworkInfo.withNetworkCards(NetworkCardInfo... networkCards)
Describes the network cards for the instance type.
|
NetworkInfo |
NetworkInfo.withNetworkPerformance(String networkPerformance)
The network performance.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeInfo.setNetworkInfo(NetworkInfo networkInfo)
Describes the network settings for the instance type.
|
InstanceTypeInfo |
InstanceTypeInfo.withNetworkInfo(NetworkInfo networkInfo)
Describes the network settings for the instance type.
|
Copyright © 2024. All rights reserved.