Package com.vmware.vim25
Class VirtualMachineStorageSummary
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.VirtualMachineStorageSummary
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlonglonglongFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongvoidsetCommitted(long committed) voidsetTimestamp(Calendar timestamp) voidsetUncommitted(long uncommitted) voidsetUnshared(long unshared) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
committed
public long committed -
uncommitted
public long uncommitted -
timestamp
-
-
Constructor Details
-
VirtualMachineStorageSummary
public VirtualMachineStorageSummary()
-
-
Method Details
-
getCommitted
public long getCommitted() -
getUncommitted
public long getUncommitted() -
getTimestamp
-
setCommitted
public void setCommitted(long committed) -
setUncommitted
public void setUncommitted(long uncommitted) -
setTimestamp
-