Package com.woorea.openstack.nova.model
Class Volume
java.lang.Object
com.woorea.openstack.nova.model.Volume
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
status
-
name
-
description
-
availabilityZone
-
volumeType
-
snapshotId
-
attachments
-
metadata
-
createdAt
-
size
-
-
Constructor Details
-
Volume
public Volume()
-
-
Method Details
-
getId
- Returns:
- the id
-
getStatus
- Returns:
- the status
-
getName
- Returns:
- the name
-
getDescription
- Returns:
- the description
-
getAvailabilityZone
- Returns:
- the availabilityZone
-
getVolumeType
- Returns:
- the volumeType
-
getSnapshotId
- Returns:
- the snapshotId
-
getAttachments
- Returns:
- the attachments
-
getMetadata
- Returns:
- the metadata
-
getCreatedAt
- Returns:
- the createdAt
-
getSize
- Returns:
- the size
-