public class PerfProviderSummary extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
currentSupported |
ManagedObjectReference |
entity |
Integer |
refreshRate |
boolean |
summarySupported |
dynamicProperty, dynamicType| Constructor and Description |
|---|
PerfProviderSummary() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getEntity() |
Integer |
getRefreshRate() |
boolean |
isCurrentSupported() |
boolean |
isSummarySupported() |
void |
setCurrentSupported(boolean currentSupported) |
void |
setEntity(ManagedObjectReference entity) |
void |
setRefreshRate(Integer refreshRate) |
void |
setSummarySupported(boolean summarySupported) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference entity
public boolean currentSupported
public boolean summarySupported
public Integer refreshRate
public ManagedObjectReference getEntity()
public boolean isCurrentSupported()
public boolean isSummarySupported()
public Integer getRefreshRate()
public void setEntity(ManagedObjectReference entity)
public void setCurrentSupported(boolean currentSupported)
public void setSummarySupported(boolean summarySupported)
public void setRefreshRate(Integer refreshRate)
Copyright © 2011-2012. All Rights Reserved.