| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and 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.
|