|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VMGroupClient
Provides synchronous access to CloudStack VM group features.
VMGroupAsyncClient,
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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 parameters
VMGroup updateInstanceGroup(long id,
UpdateVMGroupOptions... options)
name - the new name of the group
void deleteInstanceGroup(long id)
id - the ID of the VM group
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||