| Package | Description |
|---|---|
| com.coscale.sdk.client.servers |
| Modifier and Type | Field and Description |
|---|---|
List<Server> |
Server.children |
| Modifier and Type | Method and Description |
|---|---|
Server |
ServersApi.getServer(long serverId)
Get the a specific server by his id.
|
Server |
ServersApi.getServer(long serverId,
Options options)
Get the a specific server by his id.
|
Server |
ServersApi.insert(ServerInsert serverInsert)
Insert a new server.
|
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
ServersApi.all()
Get all servers.
|
List<Server> |
ServersApi.all(Options options)
Get all servers.
|
| Constructor and Description |
|---|
Server(Long id,
String source,
List<Metric> metrics,
String description,
String name,
State state,
List<Server> children,
String type,
Long version) |
Copyright © 2016. All rights reserved.