Uses of Class
com.vmware.nsx_policy.model.PlatformCpuStats
-
Packages that use PlatformCpuStats Package Description com.vmware.nsx_policy.model -
-
Uses of PlatformCpuStats in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PlatformCpuStats Modifier and Type Method Description static PlatformCpuStats
PlatformCpuStats. _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 PlatformCpuStats
PlatformCpuStats. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PlatformCpuStats
PlatformCpuStats.Builder. build()
PlatformCpuStats
PlatformCpuUsageDebugStats. getHostPcpu()
PlatformCpuStats
PlatformCpuUsageMonitorStats. getHostPcpu()
PlatformCpuStats
PlatformCpuUsageDebugStats. getHostVcpu()
PlatformCpuStats
PlatformCpuUsageMonitorStats. getHostVcpu()
Methods in com.vmware.nsx_policy.model with parameters of type PlatformCpuStats Modifier and Type Method Description PlatformCpuUsageDebugStats.Builder
PlatformCpuUsageDebugStats.Builder. setHostPcpu(PlatformCpuStats hostPcpu)
void
PlatformCpuUsageDebugStats. setHostPcpu(PlatformCpuStats hostPcpu)
PlatformCpuUsageMonitorStats.Builder
PlatformCpuUsageMonitorStats.Builder. setHostPcpu(PlatformCpuStats hostPcpu)
void
PlatformCpuUsageMonitorStats. setHostPcpu(PlatformCpuStats hostPcpu)
PlatformCpuUsageDebugStats.Builder
PlatformCpuUsageDebugStats.Builder. setHostVcpu(PlatformCpuStats hostVcpu)
void
PlatformCpuUsageDebugStats. setHostVcpu(PlatformCpuStats hostVcpu)
PlatformCpuUsageMonitorStats.Builder
PlatformCpuUsageMonitorStats.Builder. setHostVcpu(PlatformCpuStats hostVcpu)
void
PlatformCpuUsageMonitorStats. setHostVcpu(PlatformCpuStats hostVcpu)
-