public class PerformanceManagerCounterLevelMapping extends DynamicData
Java class for PerformanceManagerCounterLevelMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformanceManagerCounterLevelMapping">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="counterId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="aggregateLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="perDeviceLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
aggregateLevel |
protected int |
counterId |
protected Integer |
perDeviceLevel |
| Constructor and Description |
|---|
PerformanceManagerCounterLevelMapping() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAggregateLevel()
Gets the value of the aggregateLevel property.
|
int |
getCounterId()
Gets the value of the counterId property.
|
Integer |
getPerDeviceLevel()
Gets the value of the perDeviceLevel property.
|
void |
setAggregateLevel(Integer value)
Sets the value of the aggregateLevel property.
|
void |
setCounterId(int value)
Sets the value of the counterId property.
|
void |
setPerDeviceLevel(Integer value)
Sets the value of the perDeviceLevel property.
|
protected int counterId
protected Integer aggregateLevel
protected Integer perDeviceLevel
public PerformanceManagerCounterLevelMapping()
public int getCounterId()
public void setCounterId(int value)
public Integer getAggregateLevel()
Integerpublic void setAggregateLevel(Integer value)
value - allowed object is
Integerpublic Integer getPerDeviceLevel()
IntegerCopyright © 2018. All rights reserved.