VsanPerfStatsUnitType_enum
VsanPerfStatsUnitType_enum
Stats unit types indicate the unit display for UI Valid types are:
Possible values:
number
: a number (int) without unit, like IOPS.time_ms
: a time unit (int) measured by milliseconds.percentage
: a number (int) between 0 and 100, representing the percentage.size_bytes
: a unit for the size measured by bytes.rate_bytes
: a rate unit for bytes per second.permille
: a number (int) between 0 and 1000, representing the permille.time_s
time_us
time_ns
VsanPerfStatsUnitType_Unknown
This data structure has no properties.
Enumeration:
number,
time_ms,
percentage,
size_bytes,
rate_bytes,
permille,
time_s,
time_us,
time_ns,
VsanPerfStatsUnitType_Unknown,