Class SenlinActionServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.senlin.internal.BaseSenlinServices
-
- org.openstack4j.openstack.senlin.internal.SenlinActionServiceImpl
-
- All Implemented Interfaces:
SenlinActionService
public class SenlinActionServiceImpl extends BaseSenlinServices implements SenlinActionService
This class contains getters for all implementation of the available action services- Author:
- lion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description SenlinActionServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Actionget(String actionID)returns details of aAction.List<? extends Action>list()Gets a list of currently existingActions.-
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
-
list
public List<? extends Action> list()
Description copied from interface:SenlinActionServiceGets a list of currently existingActions.- Specified by:
listin interfaceSenlinActionService- Returns:
- the list of
Actions
-
get
public Action get(String actionID)
Description copied from interface:SenlinActionServicereturns details of aAction.- Specified by:
getin interfaceSenlinActionService- Parameters:
actionID- Id ofAction- Returns:
- Action
-
-