Class CinderVolumeUploadImage
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.CinderVolumeUploadImage
-
- All Implemented Interfaces:
Serializable,ModelEntity,VolumeUploadImage
public class CinderVolumeUploadImage extends Object implements VolumeUploadImage
Represents an action state when uploading a volume to the image service- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CinderVolumeUploadImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerFormatgetContainerFormat()DiskFormatgetDiskFormat()StringgetDisplayDescription()StringgetId()StringgetImageId()StringgetImageName()intgetSize()Volume.StatusgetStatus()DategetUpdatedAt()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceVolumeUploadImage- Returns:
- the identifier for this transactions
-
getDisplayDescription
public String getDisplayDescription()
- Specified by:
getDisplayDescriptionin interfaceVolumeUploadImage- Returns:
- the display description
-
getUpdatedAt
public Date getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceVolumeUploadImage- Returns:
- the last update date
-
getStatus
public Volume.Status getStatus()
- Specified by:
getStatusin interfaceVolumeUploadImage- Returns:
- the current status
-
getImageId
public String getImageId()
- Specified by:
getImageIdin interfaceVolumeUploadImage- Returns:
- the assigned image identifier
-
getImageName
public String getImageName()
- Specified by:
getImageNamein interfaceVolumeUploadImage- Returns:
- the image name
-
getContainerFormat
public ContainerFormat getContainerFormat()
- Specified by:
getContainerFormatin interfaceVolumeUploadImage- Returns:
- the container format
-
getSize
public int getSize()
- Specified by:
getSizein interfaceVolumeUploadImage- Returns:
- the overall size
-
getDiskFormat
public DiskFormat getDiskFormat()
- Specified by:
getDiskFormatin interfaceVolumeUploadImage- Returns:
- the disk format
-
-