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.withEfaSupported(Boolean efaSupported)
Indicates whether Elastic Fabric Adapter (EFA) is supported.
|
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.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.withMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the instance type.
|
NetworkInfo |
NetworkInfo.withNetworkPerformance(String networkPerformance)
Describes 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 © 2020. All rights reserved.