public interface VMGroupClient
VMGroupAsyncClient, 
| Modifier and Type | Method and Description | 
|---|---|
VMGroup | 
createInstanceGroup(String name,
                   CreateVMGroupOptions... options)
Creates a VM group 
 | 
void | 
deleteInstanceGroup(String id)
Delete a VM group 
 | 
VMGroup | 
getInstanceGroup(String id)
Retrieve a VM group by its id 
 | 
Set<VMGroup> | 
listInstanceGroups(ListVMGroupsOptions... options)
Lists VM groups 
 | 
VMGroup | 
updateInstanceGroup(String id,
                   UpdateVMGroupOptions... options)
Modify a VM group 
 | 
Set<VMGroup> listInstanceGroups(ListVMGroupsOptions... options)
options - if present, how to constrain the list.VMGroup getInstanceGroup(String id)
id - the id of the required VM group.VMGroup createInstanceGroup(String name, CreateVMGroupOptions... options)
name - the name of the VM groupoptions - optional parametersVMGroup updateInstanceGroup(String id, UpdateVMGroupOptions... options)
name - the new name of the groupvoid deleteInstanceGroup(String id)
id - the ID of the VM groupCopyright © 2009-2013 jclouds. All Rights Reserved.