Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkCardInfo |
NetworkCardInfo.clone() |
NetworkCardInfo |
NetworkCardInfo.withBaselineBandwidthInGbps(Double baselineBandwidthInGbps)
The baseline network performance of the network card, in Gbps.
|
NetworkCardInfo |
NetworkCardInfo.withMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
|
NetworkCardInfo |
NetworkCardInfo.withNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
|
NetworkCardInfo |
NetworkCardInfo.withNetworkPerformance(String networkPerformance)
The network performance of the network card.
|
NetworkCardInfo |
NetworkCardInfo.withPeakBandwidthInGbps(Double peakBandwidthInGbps)
The peak (burst) network performance of the network card, in Gbps.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkCardInfo> |
NetworkInfo.getNetworkCards()
Describes the network cards for the instance type.
|
Modifier and Type | Method and Description |
---|---|
NetworkInfo |
NetworkInfo.withNetworkCards(NetworkCardInfo... networkCards)
Describes the network cards for the instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInfo.setNetworkCards(Collection<NetworkCardInfo> networkCards)
Describes the network cards for the instance type.
|
NetworkInfo |
NetworkInfo.withNetworkCards(Collection<NetworkCardInfo> networkCards)
Describes the network cards for the instance type.
|
Copyright © 2023. All rights reserved.