Uses of Class
com.vmware.nsx_policy.model.ProcessInformation
-
Packages that use ProcessInformation Package Description com.vmware.nsx_policy.model -
-
Uses of ProcessInformation in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ProcessInformation Modifier and Type Method Description static ProcessInformation
ProcessInformation. _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 ProcessInformation
ProcessInformation. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ProcessInformation
ProcessInformation.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type ProcessInformation Modifier and Type Method Description java.util.List<ProcessInformation>
ApplianceProcessData. getTopProcessByCpuList()
Display the top process list by CPU.java.util.List<ProcessInformation>
ApplianceProcessData. getTopProcessByMemList()
Display the top process list by memory.Method parameters in com.vmware.nsx_policy.model with type arguments of type ProcessInformation Modifier and Type Method Description ApplianceProcessData.Builder
ApplianceProcessData.Builder. setTopProcessByCpuList(java.util.List<ProcessInformation> topProcessByCpuList)
Display the top process list by CPU.void
ApplianceProcessData. setTopProcessByCpuList(java.util.List<ProcessInformation> topProcessByCpuList)
Display the top process list by CPU.ApplianceProcessData.Builder
ApplianceProcessData.Builder. setTopProcessByMemList(java.util.List<ProcessInformation> topProcessByMemList)
Display the top process list by memory.void
ApplianceProcessData. setTopProcessByMemList(java.util.List<ProcessInformation> topProcessByMemList)
Display the top process list by memory.
-