Uses of Class
com.vmware.nsx_policy.model.CpuUsage.Builder
-
Packages that use CpuUsage.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of CpuUsage.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return CpuUsage.Builder Modifier and Type Method Description CpuUsage.Builder
CpuUsage.Builder. setAvgCpuCoreUsageDpdk(java.lang.Double avgCpuCoreUsageDpdk)
Indicates the average usage of all DPDK cores in percentage.CpuUsage.Builder
CpuUsage.Builder. setAvgCpuCoreUsageNonDpdk(java.lang.Double avgCpuCoreUsageNonDpdk)
Indicates the average usage of all non-DPDK cores in percentage.CpuUsage.Builder
CpuUsage.Builder. setHighestCpuCoreUsageDpdk(java.lang.Double highestCpuCoreUsageDpdk)
Indicates the highest CPU utilization value among DPDK cores in percentage.CpuUsage.Builder
CpuUsage.Builder. setHighestCpuCoreUsageNonDpdk(java.lang.Double highestCpuCoreUsageNonDpdk)
Indicates the highest cpu utilization value among non_dpdk cores in percentage.
-