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()
void
setCreated
(Calendar created) void
void
void
setMetadata
(Map<String, String> metadata) void
setMinDisk
(Integer minDisk) void
void
void
setProgress
(Integer progress) void
void
setUpdated
(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
-