Enum - VsanPerfMetricIdVsanPerfSummaryType(vim.cluster.VsanPerfMetricId.VsanPerfSummaryType)

Since
vSphere API 5.5


Enum Description

Stats summarization types indicate how multiple samples of a specific metric are transformed or aggregated into a single statistical value. Valid types are:

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 metric over the summarization period.
maximum The maximum value of the performance metric value over the summarization period.
minimum The minimum value of the performance metric value over the summarization period.
none The counter is never rolled up.
summation The sum of all the values of the performance metric over the summarization period.

Show WSDL type definition