Uses of Class
com.vmware.nsx_policy.model.PlatformCpuUsageDebugStats.Builder
-
Packages that use PlatformCpuUsageDebugStats.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of PlatformCpuUsageDebugStats.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PlatformCpuUsageDebugStats.Builder Modifier and Type Method Description PlatformCpuUsageDebugStats.Builder
PlatformCpuUsageDebugStats.Builder. setHostNetThreadNioc(PlatformNetworkThreadCpuStats hostNetThreadNioc)
PlatformCpuUsageDebugStats.Builder
PlatformCpuUsageDebugStats.Builder. setHostNetThreadRx(PlatformNetworkThreadCpuStats hostNetThreadRx)
PlatformCpuUsageDebugStats.Builder
PlatformCpuUsageDebugStats.Builder. setHostNetThreadTx(PlatformNetworkThreadCpuStats hostNetThreadTx)
PlatformCpuUsageDebugStats.Builder
PlatformCpuUsageDebugStats.Builder. setHostPcpu(PlatformCpuStats hostPcpu)
PlatformCpuUsageDebugStats.Builder
PlatformCpuUsageDebugStats.Builder. setHostVcpu(PlatformCpuStats hostVcpu)
PlatformCpuUsageDebugStats.Builder
PlatformCpuUsageDebugStats.Builder. setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated; unset if data source has never updated the data.
-