public class PerfEntityMetricBase extends DynamicData
Java class for PerfEntityMetricBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerfEntityMetricBase">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
entity |
| Constructor and Description |
|---|
PerfEntityMetricBase() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
protected ManagedObjectReference entity
public ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.