| Package | Description |
|---|---|
| com.coscale.sdk.client.servers |
| Modifier and Type | Field and Description |
|---|---|
List<ServerGroup> |
ServerGroup.servergroups |
| Modifier and Type | Method and Description |
|---|---|
ServerGroup |
ServersApi.getServerGroup(long id)
Get a specific server group.
|
ServerGroup |
ServersApi.insertServerGroup(ServerGroupInsert serverGroup)
Insert a new server group.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerGroup> |
ServersApi.addGroupToGroup(long childId,
long parentId)
Add an existing server group to another server group.
|
List<ServerGroup> |
ServersApi.getAllServerGroups()
Get all server groups.
|
List<ServerGroup> |
ServersApi.getAllServerGroups(Options options)
Get all server groups.
|
List<ServerGroup> |
ServersApi.getGroupsFromGroup(long groupId)
Get all child server groups for a server group.
|
| Constructor and Description |
|---|
ServerGroup(Long id,
String source,
List<Server> servers,
String description,
String name,
State state,
List<ServerGroup> servergroups,
String type,
Long version) |
Copyright © 2016. All rights reserved.