Uses of Interface
org.openstack4j.model.murano.v1.domain.ActionResult
-
Packages that use ActionResult Package Description org.openstack4j.api.murano.v1 org.openstack4j.openstack.murano.v1.domain org.openstack4j.openstack.murano.v1.internal -
-
Uses of ActionResult in org.openstack4j.api.murano.v1
Methods in org.openstack4j.api.murano.v1 that return ActionResult Modifier and Type Method Description ActionResultMuranoActionService. getResult(String envId, String taskId)Gets the result of running action.ActionResultMuranoActionService. run(String envId, String actionId)It is a simple wrapper for a pair: cast() -> getResult() Starts an action and wait for the result.ActionResultMuranoActionService. run(String envId, String actionId, String jsonString)ActionResultMuranoActionService. run(String envId, String actionId, Map<String,Object> arguments) -
Uses of ActionResult in org.openstack4j.openstack.murano.v1.domain
Classes in org.openstack4j.openstack.murano.v1.domain that implement ActionResult Modifier and Type Class Description classMuranoActionResult -
Uses of ActionResult in org.openstack4j.openstack.murano.v1.internal
Methods in org.openstack4j.openstack.murano.v1.internal that return ActionResult Modifier and Type Method Description ActionResultMuranoActionServiceImpl. getResult(String envId, String taskId)Gets the result of running action.ActionResultMuranoActionServiceImpl. run(String envId, String actionId)It is a simple wrapper for a pair: cast() -> getResult() Starts an action and wait for the result.ActionResultMuranoActionServiceImpl. run(String envId, String actionId, String jsonString)ActionResultMuranoActionServiceImpl. run(String envId, String actionId, Map<String,Object> arguments)
-