Package com.vmware.vim25
Class PerfCounterInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.PerfCounterInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint[]intFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]intgetKey()getLevel()voidsetAssociatedCounterId(int[] associatedCounterId) voidsetGroupInfo(ElementDescription groupInfo) voidsetKey(int key) voidvoidsetNameInfo(ElementDescription nameInfo) voidsetPerDeviceLevel(Integer perDeviceLevel) voidsetRollupType(PerfSummaryType rollupType) voidsetStatsType(PerfStatsType statsType) voidsetUnitInfo(ElementDescription unitInfo) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
key
public int key -
nameInfo
-
groupInfo
-
unitInfo
-
rollupType
-
statsType
-
level
-
perDeviceLevel
-
associatedCounterId
public int[] associatedCounterId
-
-
Constructor Details
-
PerfCounterInfo
public PerfCounterInfo()
-
-
Method Details
-
getKey
public int getKey() -
getNameInfo
-
getGroupInfo
-
getUnitInfo
-
getRollupType
-
getStatsType
-
getLevel
-
getPerDeviceLevel
-
getAssociatedCounterId
public int[] getAssociatedCounterId() -
setKey
public void setKey(int key) -
setNameInfo
-
setGroupInfo
-
setUnitInfo
-
setRollupType
-
setStatsType
-
setLevel
-
setPerDeviceLevel
-
setAssociatedCounterId
public void setAssociatedCounterId(int[] associatedCounterId)
-