public static final class MiscConfig.Builder
extends java.lang.Object
MiscConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
MiscConfig. |
| Modifier and Type | Method and Description |
|---|---|
MiscConfig |
build() |
MiscConfig.Builder |
setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.
|
MiscConfig.Builder |
setUplinkRxRingSize(java.lang.Long uplinkRxRingSize)
This property will be required to change the RX ring size of all uplinks in DVS.
|
MiscConfig.Builder |
setUplinkTxRingSize(java.lang.Long uplinkTxRingSize)
This property will be required to change the TX ring size of all uplinks in DVS.
|
MiscConfig.Builder |
setVersion(java.util.List<java.lang.String> version)
Based on the high_performance_config_type, it could be either driver version or
host version.
|
public Builder()
MiscConfig.public MiscConfig.Builder setUplinkRxRingSize(java.lang.Long uplinkRxRingSize)
uplinkRxRingSize - New value for the property.public MiscConfig.Builder setUplinkTxRingSize(java.lang.Long uplinkTxRingSize)
uplinkTxRingSize - New value for the property.public MiscConfig.Builder setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
highPerformanceConfigParams - New value for the property.public MiscConfig.Builder setVersion(java.util.List<java.lang.String> version)
version - New value for the property.public MiscConfig build()