| Package | Description | 
|---|---|
| org.openstack4j.api.murano.v1 | |
| org.openstack4j.openstack.murano.v1.domain | |
| org.openstack4j.openstack.murano.v1.internal | 
| Modifier and Type | Method and Description | 
|---|---|
ActionResult | 
MuranoActionService.getResult(String envId,
         String taskId)
Gets the result of running action. 
 | 
ActionResult | 
MuranoActionService.run(String envId,
   String actionId)
It is a simple wrapper for a pair:
 cast() -> getResult()
 Starts an action and wait for the result. 
 | 
ActionResult | 
MuranoActionService.run(String envId,
   String actionId,
   Map<String,Object> arguments)  | 
ActionResult | 
MuranoActionService.run(String envId,
   String actionId,
   String jsonString)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MuranoActionResult  | 
| Modifier and Type | Method and Description | 
|---|---|
ActionResult | 
MuranoActionServiceImpl.getResult(String envId,
         String taskId)
Gets the result of running action. 
 | 
ActionResult | 
MuranoActionServiceImpl.run(String envId,
   String actionId)
It is a simple wrapper for a pair:
 cast() -> getResult()
 Starts an action and wait for the result. 
 | 
ActionResult | 
MuranoActionServiceImpl.run(String envId,
   String actionId,
   Map<String,Object> arguments) | 
ActionResult | 
MuranoActionServiceImpl.run(String envId,
   String actionId,
   String jsonString) | 
Copyright © 2017. All rights reserved.