public class PerformanceDescription extends DynamicData
Java class for PerformanceDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformanceDescription">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="counterType" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="statsType" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ElementDescription> |
counterType |
protected List<ElementDescription> |
statsType |
| Constructor and Description |
|---|
PerformanceDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<ElementDescription> |
getCounterType()
Gets the value of the counterType property.
|
List<ElementDescription> |
getStatsType()
Gets the value of the statsType property.
|
protected List<ElementDescription> counterType
protected List<ElementDescription> statsType
public List<ElementDescription> getCounterType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the counterType property.
For example, to add a new item, do as follows:
getCounterType().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getStatsType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the statsType property.
For example, to add a new item, do as follows:
getStatsType().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
Copyright © 2018. All rights reserved.