public static interface NetworkCardInfo.Builder extends SdkPojo, CopyableBuilder<NetworkCardInfo.Builder,NetworkCardInfo>
Modifier and Type | Method and Description |
---|---|
NetworkCardInfo.Builder |
baselineBandwidthInGbps(Double baselineBandwidthInGbps)
The baseline network performance of the network card, in Gbps.
|
NetworkCardInfo.Builder |
maximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
|
NetworkCardInfo.Builder |
networkCardIndex(Integer networkCardIndex)
The index of the network card.
|
NetworkCardInfo.Builder |
networkPerformance(String networkPerformance)
The network performance of the network card.
|
NetworkCardInfo.Builder |
peakBandwidthInGbps(Double peakBandwidthInGbps)
The peak (burst) network performance of the network card, in Gbps.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NetworkCardInfo.Builder networkCardIndex(Integer networkCardIndex)
The index of the network card.
networkCardIndex
- The index of the network card.NetworkCardInfo.Builder networkPerformance(String networkPerformance)
The network performance of the network card.
networkPerformance
- The network performance of the network card.NetworkCardInfo.Builder maximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
maximumNetworkInterfaces
- The maximum number of network interfaces for the network card.NetworkCardInfo.Builder baselineBandwidthInGbps(Double baselineBandwidthInGbps)
The baseline network performance of the network card, in Gbps.
baselineBandwidthInGbps
- The baseline network performance of the network card, in Gbps.NetworkCardInfo.Builder peakBandwidthInGbps(Double peakBandwidthInGbps)
The peak (burst) network performance of the network card, in Gbps.
peakBandwidthInGbps
- The peak (burst) network performance of the network card, in Gbps.Copyright © 2023. All rights reserved.