public class ServerGroupServiceImpl extends BaseComputeServices implements ServerGroupService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
ServerGroupServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ServerGroup |
create(String name,
String policy)
Generates or imports a serverGroup
|
ActionResponse |
delete(String id)
Deletes the serverGroup by id
|
ServerGroup |
get(String id)
Gets the serverGroup by id
|
List<? extends ServerGroup> |
list()
Lists serverGroups that are associated with the account making the request
|
invokeAction, invokeActionWithResponsedelete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends ServerGroup> list()
ServerGroupServicelist in interface ServerGroupServicepublic ServerGroup get(String id)
ServerGroupServiceget in interface ServerGroupServicepublic ActionResponse delete(String id)
ServerGroupServicedelete in interface ServerGroupServicepublic ServerGroup create(String name, String policy)
ServerGroupServicecreate in interface ServerGroupServicename - the name of the serverGroupCopyright © 2017. All rights reserved.