public class PerfCounterInfo extends DynamicData
Java class for PerfCounterInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerfCounterInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="nameInfo" type="{urn:vim25}ElementDescription"/>
<element name="groupInfo" type="{urn:vim25}ElementDescription"/>
<element name="unitInfo" type="{urn:vim25}ElementDescription"/>
<element name="rollupType" type="{urn:vim25}PerfSummaryType"/>
<element name="statsType" type="{urn:vim25}PerfStatsType"/>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="perDeviceLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="associatedCounterId" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Integer> |
associatedCounterId |
protected ElementDescription |
groupInfo |
protected int |
key |
protected Integer |
level |
protected ElementDescription |
nameInfo |
protected Integer |
perDeviceLevel |
protected PerfSummaryType |
rollupType |
protected PerfStatsType |
statsType |
protected ElementDescription |
unitInfo |
| Constructor and Description |
|---|
PerfCounterInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getAssociatedCounterId()
Gets the value of the associatedCounterId property.
|
ElementDescription |
getGroupInfo()
Gets the value of the groupInfo property.
|
int |
getKey()
Gets the value of the key property.
|
Integer |
getLevel()
Gets the value of the level property.
|
ElementDescription |
getNameInfo()
Gets the value of the nameInfo property.
|
Integer |
getPerDeviceLevel()
Gets the value of the perDeviceLevel property.
|
PerfSummaryType |
getRollupType()
Gets the value of the rollupType property.
|
PerfStatsType |
getStatsType()
Gets the value of the statsType property.
|
ElementDescription |
getUnitInfo()
Gets the value of the unitInfo property.
|
void |
setGroupInfo(ElementDescription value)
Sets the value of the groupInfo property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setLevel(Integer value)
Sets the value of the level property.
|
void |
setNameInfo(ElementDescription value)
Sets the value of the nameInfo property.
|
void |
setPerDeviceLevel(Integer value)
Sets the value of the perDeviceLevel property.
|
void |
setRollupType(PerfSummaryType value)
Sets the value of the rollupType property.
|
void |
setStatsType(PerfStatsType value)
Sets the value of the statsType property.
|
void |
setUnitInfo(ElementDescription value)
Sets the value of the unitInfo property.
|
protected int key
protected ElementDescription nameInfo
protected ElementDescription groupInfo
protected ElementDescription unitInfo
protected PerfSummaryType rollupType
protected PerfStatsType statsType
protected Integer level
protected Integer perDeviceLevel
public int getKey()
public void setKey(int value)
public ElementDescription getNameInfo()
ElementDescriptionpublic void setNameInfo(ElementDescription value)
value - allowed object is
ElementDescriptionpublic ElementDescription getGroupInfo()
ElementDescriptionpublic void setGroupInfo(ElementDescription value)
value - allowed object is
ElementDescriptionpublic ElementDescription getUnitInfo()
ElementDescriptionpublic void setUnitInfo(ElementDescription value)
value - allowed object is
ElementDescriptionpublic PerfSummaryType getRollupType()
PerfSummaryTypepublic void setRollupType(PerfSummaryType value)
value - allowed object is
PerfSummaryTypepublic PerfStatsType getStatsType()
PerfStatsTypepublic void setStatsType(PerfStatsType value)
value - allowed object is
PerfStatsTypepublic Integer getLevel()
Integerpublic void setLevel(Integer value)
value - allowed object is
Integerpublic Integer getPerDeviceLevel()
Integerpublic void setPerDeviceLevel(Integer value)
value - allowed object is
Integerpublic List<Integer> getAssociatedCounterId()
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 associatedCounterId property.
For example, to add a new item, do as follows:
getAssociatedCounterId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
Copyright © 2018. All rights reserved.