Groovy Documentation

com.ace.mws.plugins
[Java] Interface IVirtualMachineRMService


public interface IVirtualMachineRMService

The VM resource management service consists of methods to retrieve and save VMs reports. These reports are consolidated and returned to Moab.

For more information on how to use this service, see the MWS Quick Reference page on Virtual Machine RM Service.

Authors:
bsaville


Method Summary
List list()

Retrieves a list of all VM reports which were given originally by this plugin.

boolean save(List virtualMachineReports)

Saves a list of VM reports in the cache.

 

Method Detail

list

public List list()
Retrieves a list of all VM reports which were given originally by this plugin.
Returns:
A list of all VM reports made by this plugin.


save

public boolean save(List virtualMachineReports)
Saves a list of VM reports in the cache. These will be reported to Moab through the Cluster Query.
Parameters:
virtualMachineReports - The list of VM reports to save.
Returns:
True if successful, false otherwise


 

Groovy Documentation