VMHostInfo

The VmHostInfo class is a representation of a virtual machine host grid object. This class provides accessors and setters to the VM host facts and operations to control the state of the VM host object.

Constructor

VMHostInfo Construct a vmhost info

Methods

Summary:

VMHostInfo(String name)

Construct a vmhost info

setProvisioningContainer(ProvisioningContainer pc)

The ProvisioningContainer is implemented by the NodeManager, which sets the redirection.

Example

Retrieves an existing instance of a VmHostInfo and initiates a soft shut down on it:

      vmhost = getMatrix().getGridObject("vmhost","MyVmHost") vmhost.shutdown()

See Also