public class PerformanceStatisticsDescription extends DynamicData
Java class for PerformanceStatisticsDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformanceStatisticsDescription">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="intervals" type="{urn:vim25}PerfInterval" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PerfInterval> |
intervals |
| Constructor and Description |
|---|
PerformanceStatisticsDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<PerfInterval> |
getIntervals()
Gets the value of the intervals property.
|
protected List<PerfInterval> intervals
public List<PerfInterval> getIntervals()
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 intervals property.
For example, to add a new item, do as follows:
getIntervals().add(newItem);
Objects of the following type(s) are allowed in the list
PerfInterval
Copyright © 2018. All rights reserved.