Uses of Class
com.vmware.nsx_policy.model.HighPerformanceConfigParams
-
Packages that use HighPerformanceConfigParams Package Description com.vmware.nsx_policy.model -
-
Uses of HighPerformanceConfigParams in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return HighPerformanceConfigParams Modifier and Type Method 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()
Methods in com.vmware.nsx_policy.model that return types with arguments of type HighPerformanceConfigParams Modifier and Type Method Description java.util.List<HighPerformanceConfigParams>
AdvancedConfig. 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>
HighPerformanceConfig. getHighPerformanceConfigParams()
List of parameters that could be used to configure high performance.java.util.List<HighPerformanceConfigParams>
MiscConfig. getHighPerformanceConfigParams()
List of parameters that could be used to configure high performance.Method parameters in com.vmware.nsx_policy.model with type arguments of type HighPerformanceConfigParams Modifier and Type Method Description AdvancedConfig.Builder
AdvancedConfig.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.DriverConfig.Builder
DriverConfig.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.HighPerformanceConfig.Builder
HighPerformanceConfig.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.MiscConfig.Builder
MiscConfig.Builder. setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.void
MiscConfig. setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
List of parameters that could be used to configure high performance.
-