public final class VirtualServerCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
static Command |
serverCreate(String name,
Map<VirtualServerProperty,String> options) |
static Command |
serverDelete(int id) |
static Command |
serverEdit(Map<VirtualServerProperty,String> options) |
static Command |
serverIdGetByPort(int port) |
static Command |
serverInfo() |
static Command |
serverList() |
static Command |
serverRequestConnectionInfo() |
static Command |
serverSnapshotCreate() |
static Command |
serverSnapshotDeploy(String snapshot) |
static Command |
serverStart(int id) |
static Command |
serverStop(int id,
String reason) |
public static Command serverCreate(String name, Map<VirtualServerProperty,String> options)
public static Command serverDelete(int id)
public static Command serverEdit(Map<VirtualServerProperty,String> options)
public static Command serverIdGetByPort(int port)
public static Command serverInfo()
public static Command serverList()
public static Command serverRequestConnectionInfo()
public static Command serverSnapshotCreate()
public static Command serverSnapshotDeploy(String snapshot)
public static Command serverStart(int id)
public static Command serverStop(int id, String reason)
Released under the MIT license.