Enum - PerfSummaryType(vim.PerformanceManager.CounterInfo.RollupType)

Property of
PerfCounterInfo


Enum Description

Indicates how multiple samples of a specific counter type are transformed into a single statistical value.

Enum Constants

NameDescription
average The actual value collected or the average of all values collected during the summary period.
latest The most recent value of the performance counter over the summarization period.
maximum The maximum value of the performance counter value over the summarization period.
minimum The minimum value of the performance counter value over the summarization period.
none The counter is never rolled up.
summation The sum of all the values of the performance counter over the summarization period.

Show WSDL type definition