public static interface NetworkCardInfo.Builder extends SdkPojo, CopyableBuilder<NetworkCardInfo.Builder,NetworkCardInfo>
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2022. All rights reserved.