| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static HighPerformanceConfigParams |
HighPerformanceConfigParams._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static HighPerformanceConfigParams |
HighPerformanceConfigParams._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HighPerformanceConfigParams |
HighPerformanceConfigParams.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HighPerformanceConfigParams> |
MiscConfig.getHighPerformanceConfigParams()
List of parameters that could be used to configure high performance.
|
java.util.List<HighPerformanceConfigParams> |
HighPerformanceConfig.getHighPerformanceConfigParams()
List of parameters that could be used to configure high performance.
|
java.util.List<HighPerformanceConfigParams> |
DriverConfig.getHighPerformanceConfigParams()
List of parameters that could be used to configure high performance.
|
java.util.List<HighPerformanceConfigParams> |
AdvancedConfig.getHighPerformanceConfigParams()
List of parameters that could be used to configure high performance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MiscConfig.setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.
|
MiscConfig.Builder |
MiscConfig.Builder.setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.
|
void |
HighPerformanceConfig.setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.
|
HighPerformanceConfig.Builder |
HighPerformanceConfig.Builder.setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.
|
void |
DriverConfig.setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.
|
DriverConfig.Builder |
DriverConfig.Builder.setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.
|
void |
AdvancedConfig.setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.
|
AdvancedConfig.Builder |
AdvancedConfig.Builder.setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.
|