Class SenlinServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.senlin.internal.BaseSenlinServices
-
- org.openstack4j.openstack.senlin.internal.SenlinServiceImpl
-
- All Implemented Interfaces:
SenlinService,RestService
public class SenlinServiceImpl extends BaseSenlinServices implements SenlinService
This class contains getters for all implementation of the available senlin 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 SenlinServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SenlinActionServiceaction()Service implementation which provides methods for manipulation of actionSenlinBuildInfoServicebuildInfo()Service implementation which provides methods for manipulation of buildInfoSenlinClusterServicecluster()Service implementation which provides methods for manipulation of clusterSenlinClusterPolicyServiceclusterPolicy()Service implementation which provides methods for manipulation of clusterPolicySenlinEventServiceevent()Service implementation which provides methods for manipulation of eventSenlinNodeServicenode()Service implementation which provides methods for manipulation of nodeSenlinPolicyServicepolicy()Service implementation which provides methods for manipulation of policySenlinPolicyTypeServicepolicyType()Service implementation which provides methods for manipulation of policyTypeSenlinProfileServiceprofile()Service implementation which provides methods for manipulation of profileSenlinProfileTypeServiceprofileType()Service implementation which provides methods for manipulation of profileTypeSenlinReceiverServicereceiver()Service implementation which provides methods for manipulation of receiverSenlinVersionServiceversion()Service implementation which provides methods for manipulation of VersionSenlinWebHookServicewebHook()Service implementation which provides methods for manipulation of webHook-
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
-
policy
public SenlinPolicyService policy()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of policy- Specified by:
policyin interfaceSenlinService- Returns:
- PolicyService
-
action
public SenlinActionService action()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of action- Specified by:
actionin interfaceSenlinService- Returns:
- ActionService
-
buildInfo
public SenlinBuildInfoService buildInfo()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of buildInfo- Specified by:
buildInfoin interfaceSenlinService- Returns:
- BuildInfoService
-
clusterPolicy
public SenlinClusterPolicyService clusterPolicy()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of clusterPolicy- Specified by:
clusterPolicyin interfaceSenlinService- Returns:
- ClusterPolicyService
-
cluster
public SenlinClusterService cluster()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of cluster- Specified by:
clusterin interfaceSenlinService- Returns:
- ClusterService
-
event
public SenlinEventService event()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of event- Specified by:
eventin interfaceSenlinService- Returns:
- EventService
-
node
public SenlinNodeService node()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of node- Specified by:
nodein interfaceSenlinService- Returns:
- NodeService
-
profile
public SenlinProfileService profile()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of profile- Specified by:
profilein interfaceSenlinService- Returns:
- ProfileService
-
profileType
public SenlinProfileTypeService profileType()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of profileType- Specified by:
profileTypein interfaceSenlinService- Returns:
- ProfileTypeService
-
policyType
public SenlinPolicyTypeService policyType()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of policyType- Specified by:
policyTypein interfaceSenlinService- Returns:
- PolicyTypeService
-
receiver
public SenlinReceiverService receiver()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of receiver- Specified by:
receiverin interfaceSenlinService- Returns:
- ReceiverService
-
webHook
public SenlinWebHookService webHook()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of webHook- Specified by:
webHookin interfaceSenlinService- Returns:
- WebHookService
-
version
public SenlinVersionService version()
Description copied from interface:SenlinServiceService implementation which provides methods for manipulation of Version- Specified by:
versionin interfaceSenlinService- Returns:
- Version
-
-