Package com.vmware.vim25
Class PerfProviderSummary
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.PerfProviderSummary
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetCurrentSupported(boolean currentSupported) voidsetEntity(ManagedObjectReference entity) voidsetRefreshRate(Integer refreshRate) voidsetSummarySupported(boolean summarySupported) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
entity
-
currentSupported
public boolean currentSupported -
summarySupported
public boolean summarySupported -
refreshRate
-
-
Constructor Details
-
PerfProviderSummary
public PerfProviderSummary()
-
-
Method Details
-
getEntity
-
isCurrentSupported
public boolean isCurrentSupported() -
isSummarySupported
public boolean isSummarySupported() -
getRefreshRate
-
setEntity
-
setCurrentSupported
public void setCurrentSupported(boolean currentSupported) -
setSummarySupported
public void setSummarySupported(boolean summarySupported) -
setRefreshRate
-