Package | Description |
---|---|
org.openstack4j.api.murano.v1 | |
org.openstack4j.model.murano.v1.domain | |
org.openstack4j.openstack.murano.v1.domain | |
org.openstack4j.openstack.murano.v1.internal |
Modifier and Type | Method and Description |
---|---|
ActionInfo |
MuranoActionService.find(String envId,
String actionName)
Tries to find action with specific name.
|
ActionInfo |
MuranoActionService.get(String envId,
String actionId)
List action in current environment by its ID.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ActionInfo> |
MuranoActionService.findAll(String envId,
String actionName)
Tries to find all actions with given name.
|
List<? extends ActionInfo> |
MuranoActionService.list(String envId) |
List<? extends ActionInfo> |
MuranoActionService.list(String envId,
String serviceId)
List all actions in current environment
|
Modifier and Type | Method and Description |
---|---|
List<? extends ActionInfo> |
ServiceInfo.getActions() |
Modifier and Type | Class and Description |
---|---|
class |
MuranoActionInfo |
Modifier and Type | Method and Description |
---|---|
ActionInfo |
MuranoActionServiceImpl.find(String envId,
String actionName)
Tries to find action with specific name.
|
ActionInfo |
MuranoActionServiceImpl.get(String envId,
String actionId)
List action in current environment by its ID.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ActionInfo> |
MuranoActionServiceImpl.findAll(String envId,
String actionName)
Tries to find all actions with given name.
|
protected List<? extends ActionInfo> |
MuranoActionServiceImpl.getAllActions(String envId) |
List<? extends ActionInfo> |
MuranoActionServiceImpl.list(String envId) |
List<? extends ActionInfo> |
MuranoActionServiceImpl.list(String envId,
String serviceId)
List all actions in current environment
|
Copyright © 2017. All rights reserved.