public class PerfProviderSummary extends DynamicData
Java class for PerfProviderSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerfProviderSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
<element name="currentSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="summarySupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="refreshRate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
currentSupported |
protected ManagedObjectReference |
entity |
protected Integer |
refreshRate |
protected boolean |
summarySupported |
| Constructor and Description |
|---|
PerfProviderSummary() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
Integer |
getRefreshRate()
Gets the value of the refreshRate property.
|
boolean |
isCurrentSupported()
Gets the value of the currentSupported property.
|
boolean |
isSummarySupported()
Gets the value of the summarySupported property.
|
void |
setCurrentSupported(boolean value)
Sets the value of the currentSupported property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setRefreshRate(Integer value)
Sets the value of the refreshRate property.
|
void |
setSummarySupported(boolean value)
Sets the value of the summarySupported property.
|
protected ManagedObjectReference entity
protected boolean currentSupported
protected boolean summarySupported
protected Integer refreshRate
public ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic boolean isCurrentSupported()
public void setCurrentSupported(boolean value)
public boolean isSummarySupported()
public void setSummarySupported(boolean value)
public Integer getRefreshRate()
IntegerCopyright © 2018. All rights reserved.