public class PerfMetricId extends DynamicData
Java class for PerfMetricId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerfMetricId">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="counterId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
counterId |
protected String |
instance |
| Constructor and Description |
|---|
PerfMetricId() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCounterId()
Gets the value of the counterId property.
|
String |
getInstance()
Gets the value of the instance property.
|
void |
setCounterId(int value)
Sets the value of the counterId property.
|
void |
setInstance(String value)
Sets the value of the instance property.
|
protected int counterId
protected String instance
public int getCounterId()
public void setCounterId(int value)
public String getInstance()
StringCopyright © 2018. All rights reserved.