public class OrkaClient extends Object
| Constructor and Description |
|---|
OrkaClient(String endpoint,
String token,
int httpClientTimeout,
Proxy proxy,
boolean ignoreSSLErrors) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationResponse |
createConfiguration(String vmName,
String image,
int cpu,
boolean netBoost,
boolean gpuPassthrough,
String scheduler,
String memory,
String tag,
Boolean tagRequired) |
DeletionResponse |
deleteVM(String vmName,
String namespace) |
DeploymentResponse |
deployVM(String vmConfig,
String namespace,
String namePrefix,
String image,
Integer cpu,
String memory,
String node,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassThrough,
String portMappingsString)
Deprecated.
|
DeploymentResponse |
deployVM(String vmConfig,
String namespace,
String name,
String image,
Integer cpu,
String memory,
String node,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassThrough,
String portMappingsString,
Integer displayWidth,
Integer displayHeight,
Integer displayDpi) |
DeploymentResponse |
deployVMWithName(String vmConfig,
String namespace,
String name,
String image,
Integer cpu,
String memory,
String node,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassThrough,
String portMappingsString)
Deprecated.
|
HealthCheckResponse |
getHealthCheck() |
ImageResponse |
getImages() |
NodeResponse |
getNodes(String namespace) |
VMConfigResponse |
getVMConfigs() |
public OrkaClient(String endpoint, String token, int httpClientTimeout, Proxy proxy, boolean ignoreSSLErrors) throws IOException
IOExceptionpublic VMConfigResponse getVMConfigs() throws IOException
IOExceptionpublic NodeResponse getNodes(String namespace) throws IOException
IOExceptionpublic ImageResponse getImages() throws IOException
IOExceptionpublic ConfigurationResponse createConfiguration(String vmName, String image, int cpu, boolean netBoost, boolean gpuPassthrough, String scheduler, String memory, String tag, Boolean tagRequired) throws IOException
IOException@Deprecated public DeploymentResponse deployVM(String vmConfig, String namespace, String namePrefix, String image, Integer cpu, String memory, String node, String scheduler, String tag, Boolean tagRequired, Boolean netBoost, Boolean legacyIO, Boolean gpuPassThrough, String portMappingsString) throws IOException
IOExceptionpublic DeploymentResponse deployVM(String vmConfig, String namespace, String name, String image, Integer cpu, String memory, String node, String scheduler, String tag, Boolean tagRequired, Boolean netBoost, Boolean legacyIO, Boolean gpuPassThrough, String portMappingsString, Integer displayWidth, Integer displayHeight, Integer displayDpi) throws IOException
IOException@Deprecated public DeploymentResponse deployVMWithName(String vmConfig, String namespace, String name, String image, Integer cpu, String memory, String node, String scheduler, String tag, Boolean tagRequired, Boolean netBoost, Boolean legacyIO, Boolean gpuPassThrough, String portMappingsString) throws IOException
IOExceptionpublic DeletionResponse deleteVM(String vmName, String namespace) throws IOException
IOExceptionpublic HealthCheckResponse getHealthCheck() throws IOException
IOExceptionCopyright © 2016–2025. All rights reserved.