public class OrkaClient extends Object
| Constructor and Description |
|---|
OrkaClient(String endpoint,
String email,
String password) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationResponse |
createConfiguration(String vmName,
String image,
String baseImage,
String configTemplate,
int cpuCount) |
DeletionResponse |
deleteVM(String vmName,
String node) |
DeploymentResponse |
deployVM(String vmName,
String node) |
List<String> |
getImages() |
List<NodeResponse> |
getNodes() |
List<VMResponse> |
getVMs() |
public OrkaClient(String endpoint, String email, String password) throws IOException
IOExceptionpublic List<VMResponse> getVMs() throws IOException
IOExceptionpublic List<NodeResponse> getNodes() throws IOException
IOExceptionpublic List<String> getImages() throws IOException
IOExceptionpublic ConfigurationResponse createConfiguration(String vmName, String image, String baseImage, String configTemplate, int cpuCount) throws IOException
IOExceptionpublic DeploymentResponse deployVM(String vmName, String node) throws IOException
IOExceptionpublic DeletionResponse deleteVM(String vmName, String node) throws IOException
IOExceptionCopyright © 2016–2019. All rights reserved.