public class RuntimeManagementServiceLegacyImpl extends Object implements RuntimeManagementServiceLegacy
| Constructor and Description |
|---|
RuntimeManagementServiceLegacyImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
delete(String vmName,
Map<String,String> meta)
Propagate delete command for a virtual machine to the Cloud middleware
|
String |
instatiate(int vcores,
int memory,
int diskspace,
String imageref,
Map<String,String> meta) |
public String instatiate(int vcores, int memory, int diskspace, String imageref, Map<String,String> meta) throws RuntimeManagementException
instatiate in interface RuntimeManagementServiceLegacyRuntimeManagementExceptionpublic String delete(String vmName, Map<String,String> meta) throws RuntimeManagementException
RuntimeManagementServiceLegacydelete in interface RuntimeManagementServiceLegacyRuntimeManagementException