Enum - VsanPerfGraphVsanPerfStatsUnitType(vim.cluster.VsanPerfGraph.VsanPerfStatsUnitType)

Since
vSphere API 5.5


Enum Description

Stats unit types indicate the unit display for UI Valid types are:

Enum Constants

NameDescription
number a number (int) without unit, like IOPS.
percentage a number (int) between 0 and 100, representing the percentage.
permille a number (int) between 0 and 1000, representing the permille.
rate_bytes a rate unit for bytes per second.
size_bytes a unit for the size measured by bytes.
time_ms a time unit (int) measured by milliseconds.

Show WSDL type definition