Server group interface.
Bases: novaclient.base.Resource
A server group.
Populate and bind to a manager.
| Parameters: |
|
|---|
Delete this server group.
| Returns: | An instance of novaclient.base.TupleWithMeta |
|---|
Bases: novaclient.base.ManagerWithFind
Manage ServerGroup resources.
Create (allocate) a server group.
| Return type: | list of ServerGroup |
|---|
Delete a specific server group.
| Parameters: | id – The ID of the ServerGroup to delete. |
|---|---|
| Returns: | An instance of novaclient.base.TupleWithMeta |
Get a specific server group.
| Parameters: | id – The ID of the ServerGroup to get. |
|---|---|
| Return type: | ServerGroup |
Get a list of all server groups.
| Parameters: |
|
|---|---|
| Returns: | list of ServerGroup. |
alias of ServerGroup