Interface VolumeUploadImage
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
CinderVolumeUploadImage
public interface VolumeUploadImage extends ModelEntity
Represents an action state when uploading a volume to the image service- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerFormatgetContainerFormat()DiskFormatgetDiskFormat()StringgetDisplayDescription()StringgetId()StringgetImageId()StringgetImageName()intgetSize()Volume.StatusgetStatus()DategetUpdatedAt()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the identifier for this transactions
-
getDisplayDescription
String getDisplayDescription()
- Returns:
- the display description
-
getUpdatedAt
Date getUpdatedAt()
- Returns:
- the last update date
-
getStatus
Volume.Status getStatus()
- Returns:
- the current status
-
getImageId
String getImageId()
- Returns:
- the assigned image identifier
-
getImageName
String getImageName()
- Returns:
- the image name
-
getContainerFormat
ContainerFormat getContainerFormat()
- Returns:
- the container format
-
getSize
int getSize()
- Returns:
- the overall size
-
getDiskFormat
DiskFormat getDiskFormat()
- Returns:
- the disk format
-
-