public class VMResponse extends Object
| Constructor and Description |
|---|
VMResponse(String vmName,
String deploymentStatus,
int cpuCount,
String baseImage,
String image,
String configurationTemplate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBaseImage() |
String |
getConfigurationTemplate() |
int |
getCPUCount() |
String |
getDeploymentStatus() |
String |
getImage() |
String |
getVMName() |
int |
hashCode() |
Copyright © 2016–2019. All rights reserved.