Groovy Documentation

com.ace.mws.vms
[Groovy] Class VMOperatingSystemInformation

java.lang.Object
  com.ace.mws.vms.VMOperatingSystemInformation

class VMOperatingSystemInformation

Describes the current or expected operating system image information for a virtual machine.

Authors:
bsaville


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

image

private String image
The name of the image currently running on this VM. In cloud mode, this corresponds to the ID or name of an image in the image management API in MWS.
See Also:
Image.id
Image.name


imageExpected

private String imageExpected
The name of the image that was requested to run on this VM. In cloud mode, this corresponds to the ID or name of an image in the image management API in MWS.
See Also:
Image.id
Image.name


imageLastUpdatedDate

private Date imageLastUpdatedDate
The last time the image of this VM was modified.


imagesAvailable

private Set imagesAvailable
(String collection) The list of image names which can be applied to this VM. In cloud mode, these correspond to IDs or names of images in the image management API in MWS.
See Also:
Image.id
Image.name
String


 
Constructor Detail

VMOperatingSystemInformation

VMOperatingSystemInformation()


 
Method Detail

getImage

String getImage()
The name of the image currently running on this VM. In cloud mode, this corresponds to the ID or name of an image in the image management API in MWS.
See Also:
Image.id
Image.name


getImageExpected

String getImageExpected()
The name of the image that was requested to run on this VM. In cloud mode, this corresponds to the ID or name of an image in the image management API in MWS.
See Also:
Image.id
Image.name


getImageLastUpdatedDate

Date getImageLastUpdatedDate()
The last time the image of this VM was modified.


getImagesAvailable

Set getImagesAvailable()
(String collection) The list of image names which can be applied to this VM. In cloud mode, these correspond to IDs or names of images in the image management API in MWS.
See Also:
Image.id
Image.name
String


setImage

void setImage(String image)
The name of the image currently running on this VM. In cloud mode, this corresponds to the ID or name of an image in the image management API in MWS.
See Also:
Image.id
Image.name


setImageExpected

void setImageExpected(String imageExpected)
The name of the image that was requested to run on this VM. In cloud mode, this corresponds to the ID or name of an image in the image management API in MWS.
See Also:
Image.id
Image.name


setImageLastUpdatedDate

void setImageLastUpdatedDate(Date imageLastUpdatedDate)
The last time the image of this VM was modified.


setImagesAvailable

void setImagesAvailable(Set imagesAvailable)
(String collection) The list of image names which can be applied to this VM. In cloud mode, these correspond to IDs or names of images in the image management API in MWS.
See Also:
Image.id
Image.name
String


toString

String toString()


 

Groovy Documentation