public class PerfMetricSeries extends DynamicData
Java class for PerfMetricSeries complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerfMetricSeries">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{urn:vim25}PerfMetricId"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PerfMetricId |
id |
| Constructor and Description |
|---|
PerfMetricSeries() |
| Modifier and Type | Method and Description |
|---|---|
PerfMetricId |
getId()
Gets the value of the id property.
|
void |
setId(PerfMetricId value)
Sets the value of the id property.
|
protected PerfMetricId id
public PerfMetricId getId()
PerfMetricIdpublic void setId(PerfMetricId value)
value - allowed object is
PerfMetricIdCopyright © 2018. All rights reserved.