public interface Executable
Modifier and Type | Method and Description |
---|---|
CloudService |
getCloudService()
Return the executable cloud service.
|
VmMetaData |
getMetaData()
Get the executable metadata.
|
void |
run()
Run this executable.
|
void |
setCloudService(CloudService cloudService)
Set the executable cloud service.
|
void |
setMetaData(VmMetaData metaData)
Set the executable metadata.
|
void run() throws IOException
IOException
- if cloud api calls failvoid setCloudService(CloudService cloudService) throws IOException
IOException
CloudService getCloudService()
void setMetaData(VmMetaData metaData)
metaData
- - the current VM metadataVmMetaData getMetaData()
Copyright © 2016 iNetria. All rights reserved.