Class BaseSenlinServices
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.senlin.internal.BaseSenlinServices
-
- Direct Known Subclasses:
SenlinActionServiceImpl,SenlinBuildInfoServiceImpl,SenlinClusterPolicyServiceImpl,SenlinClusterServiceImpl,SenlinEventServiceImpl,SenlinNodeServiceImpl,SenlinPolicyServiceImpl,SenlinPolicyTypeServiceImpl,SenlinProfileServiceImpl,SenlinProfileTypeServiceImpl,SenlinReceiverServiceImpl,SenlinServiceImpl
public class BaseSenlinServices extends BaseOpenStackService
This class is extended by every senlin Service. It is necessary to determine the correct endpoint (url) for senlin calls.- Author:
- lion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseSenlinServices()
-
Method Summary
-
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
-
-