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 HighPerformanceConfigParamsHighPerformanceConfigParams. _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 HighPerformanceConfigParamsHighPerformanceConfigParams. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.HighPerformanceConfigParamsHighPerformanceConfigParams.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.BuilderAdvancedConfig.Builder. setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)List of parameters that could be used to configure high performance.voidAdvancedConfig. setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)List of parameters that could be used to configure high performance.DriverConfig.BuilderDriverConfig.Builder. setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)List of parameters that could be used to configure high performance.voidDriverConfig. setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)List of parameters that could be used to configure high performance.HighPerformanceConfig.BuilderHighPerformanceConfig.Builder. setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)List of parameters that could be used to configure high performance.voidHighPerformanceConfig. setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)List of parameters that could be used to configure high performance.MiscConfig.BuilderMiscConfig.Builder. setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)List of parameters that could be used to configure high performance.voidMiscConfig. setHighPerformanceConfigParams(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)List of parameters that could be used to configure high performance.
-