Package org.openstack4j.api.murano.v1
Interface AppCatalogService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
MuranoService
public interface AppCatalogService extends RestService
(Murano) App catalog Operations API- Author:
- Nikolay Mahotkin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MuranoActionServiceactions()Murano actions APIMuranoDeploymentServicedeployments()Murano deployments APIMuranoEnvironmentServiceenvironments()Environments Service APIMuranoApplicationServiceservices()Murano Services APIMuranoSessionServicesessions()Murano Sessions API
-
-
-
Method Detail
-
environments
MuranoEnvironmentService environments()
Environments Service API- Returns:
- the environments service
-
sessions
MuranoSessionService sessions()
Murano Sessions API- Returns:
- the sessions API
-
services
MuranoApplicationService services()
Murano Services API- Returns:
- the servces API
-
deployments
MuranoDeploymentService deployments()
Murano deployments API- Returns:
- the deployments API
-
actions
MuranoActionService actions()
Murano actions API- Returns:
- the actions API
-
-