| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkCardInfo.Builder |
NetworkCardInfo.Builder.baselineBandwidthInGbps(Double baselineBandwidthInGbps)
The baseline network performance of the network card, in Gbps.
|
static NetworkCardInfo.Builder |
NetworkCardInfo.builder() |
NetworkCardInfo.Builder |
NetworkCardInfo.Builder.maximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
|
NetworkCardInfo.Builder |
NetworkCardInfo.Builder.networkCardIndex(Integer networkCardIndex)
The index of the network card.
|
NetworkCardInfo.Builder |
NetworkCardInfo.Builder.networkPerformance(String networkPerformance)
The network performance of the network card.
|
NetworkCardInfo.Builder |
NetworkCardInfo.Builder.peakBandwidthInGbps(Double peakBandwidthInGbps)
The peak (burst) network performance of the network card, in Gbps.
|
NetworkCardInfo.Builder |
NetworkCardInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkCardInfo.Builder> |
NetworkCardInfo.serializableBuilderClass() |
Copyright © 2023. All rights reserved.