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