Class MuranoService
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.murano.v1.internal.MuranoService
-
- All Implemented Interfaces:
AppCatalogService,RestService
public class MuranoService extends BaseOpenStackService implements AppCatalogService
This class contains getters for all implementation of the available Murano services- Author:
- Nikolay Mahotkin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description MuranoService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MuranoActionServiceactions()Murano actions APIMuranoDeploymentServicedeployments()Murano deployments APIMuranoEnvironmentServiceenvironments()Environments Service APIMuranoApplicationServiceservices()Murano Services APIMuranoSessionServicesessions()Murano Sessions API-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
environments
public MuranoEnvironmentService environments()
Description copied from interface:AppCatalogServiceEnvironments Service API- Specified by:
environmentsin interfaceAppCatalogService- Returns:
- the environments service
-
sessions
public MuranoSessionService sessions()
Description copied from interface:AppCatalogServiceMurano Sessions API- Specified by:
sessionsin interfaceAppCatalogService- Returns:
- the sessions API
-
services
public MuranoApplicationService services()
Description copied from interface:AppCatalogServiceMurano Services API- Specified by:
servicesin interfaceAppCatalogService- Returns:
- the servces API
-
deployments
public MuranoDeploymentService deployments()
Description copied from interface:AppCatalogServiceMurano deployments API- Specified by:
deploymentsin interfaceAppCatalogService- Returns:
- the deployments API
-
actions
public MuranoActionService actions()
Description copied from interface:AppCatalogServiceMurano actions API- Specified by:
actionsin interfaceAppCatalogService- Returns:
- the actions API
-
-