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