|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.vms.VMOperatingSystemInformation
class VMOperatingSystemInformation
Describes the current or expected operating system image information for a virtual machine.
| Field Summary | |
|---|---|
private String |
image
The name of the image currently running on this VM. |
private String |
imageExpected
The name of the image that was requested to run on this VM. |
private Date |
imageLastUpdatedDate
The last time the image of this VM was modified. |
private Set |
imagesAvailable
(String collection) The list of image names which can be applied to this VM. |
| Constructor Summary | |
VMOperatingSystemInformation()
|
|
| Method Summary | |
|---|---|
String
|
getImage()
The name of the image currently running on this VM. |
String
|
getImageExpected()
The name of the image that was requested to run on this VM. |
Date
|
getImageLastUpdatedDate()
The last time the image of this VM was modified. |
Set
|
getImagesAvailable()
(String collection) The list of image names which can be applied to this VM. |
void
|
setImage(String image)
The name of the image currently running on this VM. |
void
|
setImageExpected(String imageExpected)
The name of the image that was requested to run on this VM. |
void
|
setImageLastUpdatedDate(Date imageLastUpdatedDate)
The last time the image of this VM was modified. |
void
|
setImagesAvailable(Set imagesAvailable)
(String collection) The list of image names which can be applied to this VM. |
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private String image
private String imageExpected
private Date imageLastUpdatedDate
private Set imagesAvailable
| Constructor Detail |
|---|
VMOperatingSystemInformation()
| Method Detail |
|---|
String getImage()
String getImageExpected()
Date getImageLastUpdatedDate()
Set getImagesAvailable()
void setImage(String image)
void setImageExpected(String imageExpected)
void setImageLastUpdatedDate(Date imageLastUpdatedDate)
void setImagesAvailable(Set imagesAvailable)
String toString()
Groovy Documentation