public class PerfMetricSeriesCSV extends PerfMetricSeries
Java class for PerfMetricSeriesCSV complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerfMetricSeriesCSV">
<complexContent>
<extension base="{urn:vim25}PerfMetricSeries">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
id| Constructor and Description |
|---|
PerfMetricSeriesCSV() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getId, setIdprotected String value
Copyright © 2018. All rights reserved.