Class NovaImage
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaImage
-
- All Implemented Interfaces:
Serializable,Image,ModelEntity
@Deprecated public class NovaImage extends Object implements Image
Deprecated.An OpenStack image is a collection of files used to create a Server. Users provide pre-built OS images by default and or custom images can be built- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNovaImage.NovaImagesDeprecated.-
Nested classes/interfaces inherited from interface org.openstack4j.model.compute.Image
Image.Status
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DategetCreated()Deprecated.StringgetId()Deprecated.List<? extends Link>getLinks()Deprecated.Map<String,Object>getMetaData()Deprecated.intgetMinDisk()Deprecated.intgetMinRam()Deprecated.StringgetName()Deprecated.intgetProgress()Deprecated.longgetSize()Deprecated.Image.StatusgetStatus()Deprecated.DategetUpdated()Deprecated.booleanisSnapshot()Deprecated.Determines if this image is a snapshotStringtoString()Deprecated.
-
-
-
Constructor Detail
-
NovaImage
public NovaImage()
Deprecated.
-
NovaImage
public NovaImage(String empty)
Deprecated.
-
-
Method Detail
-
getId
public String getId()
Deprecated.
-
getName
public String getName()
Deprecated.
-
getSize
public long getSize()
Deprecated.
-
getMinDisk
public int getMinDisk()
Deprecated.- Specified by:
getMinDiskin interfaceImage- Returns:
- the minimum disk in bytes
-
getMinRam
public int getMinRam()
Deprecated.
-
getProgress
public int getProgress()
Deprecated.- Specified by:
getProgressin interfaceImage- Returns:
- the progress of the image during upload or setup
-
getStatus
public Image.Status getStatus()
Deprecated.
-
getCreated
public Date getCreated()
Deprecated.- Specified by:
getCreatedin interfaceImage- Returns:
- the date the image was created
-
getUpdated
public Date getUpdated()
Deprecated.- Specified by:
getUpdatedin interfaceImage- Returns:
- the date the image was last updated
-
getMetaData
public Map<String,Object> getMetaData()
Deprecated.- Specified by:
getMetaDatain interfaceImage- Returns:
- extra metadata/specs associated with the image
-
isSnapshot
public boolean isSnapshot()
Deprecated.Determines if this image is a snapshot- Specified by:
isSnapshotin interfaceImage- Returns:
- true if this image is a snapshot
-
-