public class DatastoreCapacityIncreasedEvent extends DatastoreEvent
Java class for DatastoreCapacityIncreasedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatastoreCapacityIncreasedEvent">
<complexContent>
<extension base="{urn:vim25}DatastoreEvent">
<sequence>
<element name="oldCapacity" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="newCapacity" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
newCapacity |
protected long |
oldCapacity |
datastorechainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
DatastoreCapacityIncreasedEvent() |
| Modifier and Type | Method and Description |
|---|---|
long |
getNewCapacity()
Gets the value of the newCapacity property.
|
long |
getOldCapacity()
Gets the value of the oldCapacity property.
|
void |
setNewCapacity(long value)
Sets the value of the newCapacity property.
|
void |
setOldCapacity(long value)
Sets the value of the oldCapacity property.
|
getDatastore, setDatastoregetChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmpublic long getOldCapacity()
public void setOldCapacity(long value)
public long getNewCapacity()
public void setNewCapacity(long value)
Copyright © 2018. All rights reserved.