Package com.woorea.openstack.nova.model
Class Volume
- java.lang.Object
-
- com.woorea.openstack.nova.model.Volume
-
- All Implemented Interfaces:
Serializable
public class Volume extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Volume()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Map<String,Object>>getAttachments()StringgetAvailabilityZone()StringgetCreatedAt()StringgetDescription()StringgetId()Map<String,String>getMetadata()StringgetName()IntegergetSize()StringgetSnapshotId()StringgetStatus()StringgetVolumeType()
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
getStatus
public String getStatus()
- Returns:
- the status
-
getName
public String getName()
- Returns:
- the name
-
getDescription
public String getDescription()
- Returns:
- the description
-
getAvailabilityZone
public String getAvailabilityZone()
- Returns:
- the availabilityZone
-
getVolumeType
public String getVolumeType()
- Returns:
- the volumeType
-
getSnapshotId
public String getSnapshotId()
- Returns:
- the snapshotId
-
getCreatedAt
public String getCreatedAt()
- Returns:
- the createdAt
-
getSize
public Integer getSize()
- Returns:
- the size
-
-