org.dasein.cloud.services.disk
Class Snapshot
java.lang.Object
org.dasein.cloud.services.disk.Snapshot
- All Implemented Interfaces:
- Serializable
public class Snapshot
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Snapshot
public Snapshot()
getCurrentState
public SnapshotState getCurrentState()
getName
public String getName()
getOwner
public String getOwner()
getProviderSnapshotId
public String getProviderSnapshotId()
getRegionId
public String getRegionId()
getSnapshotTimestamp
public long getSnapshotTimestamp()
getVolumeId
public String getVolumeId()
setCurrentState
public void setCurrentState(SnapshotState currentState)
setName
public void setName(String name)
setOwner
public void setOwner(String owner)
setProviderSnapshotId
public void setProviderSnapshotId(String providerSnapshotId)
setRegionId
public void setRegionId(String regionId)
setSnapshotTimestamp
public void setSnapshotTimestamp(long snapshotTimestamp)
setVolumeId
public void setVolumeId(String volumeId)
getDescription
public String getDescription()
getProgress
public String getProgress()
setDescription
public void setDescription(String description)
setProgress
public void setProgress(String progress)
getSizeInGb
public int getSizeInGb()
setSizeInGb
public void setSizeInGb(int sizeInGb)
Copyright © 2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.