Files
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

901 B

vim.PerformanceManager.IntSeries

This data object type describes integer metric values. The size of the array must match the size of sampleInfo property in the PerfEntityMetric that contains this series.

extends

vim.PerformanceManager.MetricSeries

Attributes:

value ([long], optional):

An array of 64-bit integer values. The size of the array matches the size as the PerfSampleInfo , because the values can only be interpreted in the context of the sample that generated the value.