Package com.woorea.openstack.nova.model
Class Image
java.lang.Object
com.woorea.openstack.nova.model.Image
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getLinks()getName()getSize()voidsetCreated(Calendar created) voidvoidvoidsetMetadata(Map<String, String> metadata) voidsetMinDisk(Integer minDisk) voidvoidvoidsetProgress(Integer progress) voidvoidsetUpdated(Calendar updated) toString()
-
Field Details
-
id
-
status
-
name
-
progress
-
minRam
-
minDisk
-
created
-
updated
-
size
-
metadata
-
server
-
links
-
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status- the status to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getProgress
- Returns:
- the progress
-
setProgress
- Parameters:
progress- the progress to set
-
getMinRam
- Returns:
- the minRam
-
setMinRam
- Parameters:
minRam- the minRam to set
-
getMinDisk
- Returns:
- the minDisk
-
setMinDisk
- Parameters:
minDisk- the minDisk to set
-
getCreated
- Returns:
- the created
-
setCreated
- Parameters:
created- the created to set
-
getUpdated
- Returns:
- the updated
-
setUpdated
- Parameters:
updated- the updated to set
-
getMetadata
- Returns:
- the metadata
-
getSize
- Returns:
- the size
-
setMetadata
- Parameters:
metadata- the metadata to set
-
getServer
- Returns:
- the server
-
getLinks
- Returns:
- the links
-
setLinks
- Parameters:
links- the links to set
-
toString
-