Package com.vmware.vim25
Class DatastoreCapacityIncreasedEvent
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.Event
com.vmware.vim25.DatastoreEvent
com.vmware.vim25.DatastoreCapacityIncreasedEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DatastoreEvent
datastoreFields inherited from class com.vmware.vim25.Event
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vmFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetNewCapacity(long newCapacity) voidsetOldCapacity(long oldCapacity) Methods inherited from class com.vmware.vim25.DatastoreEvent
getDatastore, setDatastoreMethods inherited from class com.vmware.vim25.Event
getChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmMethods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
oldCapacity
public long oldCapacity -
newCapacity
public long newCapacity
-
-
Constructor Details
-
DatastoreCapacityIncreasedEvent
public DatastoreCapacityIncreasedEvent()
-
-
Method Details
-
getOldCapacity
public long getOldCapacity() -
getNewCapacity
public long getNewCapacity() -
setOldCapacity
public void setOldCapacity(long oldCapacity) -
setNewCapacity
public void setNewCapacity(long newCapacity)
-