Package org.openstack4j.api.senlin
Interface SenlinService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
SenlinServiceImpl
public interface SenlinService extends RestService
This interface containts all available senlinServices- Author:
- lion
-
-
Method Summary
All Methods Instance Methods Abstract 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
-
-
-
Method Detail
-
policy
SenlinPolicyService policy()
Service implementation which provides methods for manipulation of policy- Returns:
- PolicyService
-
action
SenlinActionService action()
Service implementation which provides methods for manipulation of action- Returns:
- ActionService
-
buildInfo
SenlinBuildInfoService buildInfo()
Service implementation which provides methods for manipulation of buildInfo- Returns:
- BuildInfoService
-
cluster
SenlinClusterService cluster()
Service implementation which provides methods for manipulation of cluster- Returns:
- ClusterService
-
clusterPolicy
SenlinClusterPolicyService clusterPolicy()
Service implementation which provides methods for manipulation of clusterPolicy- Returns:
- ClusterPolicyService
-
event
SenlinEventService event()
Service implementation which provides methods for manipulation of event- Returns:
- EventService
-
node
SenlinNodeService node()
Service implementation which provides methods for manipulation of node- Returns:
- NodeService
-
profile
SenlinProfileService profile()
Service implementation which provides methods for manipulation of profile- Returns:
- ProfileService
-
profileType
SenlinProfileTypeService profileType()
Service implementation which provides methods for manipulation of profileType- Returns:
- ProfileTypeService
-
policyType
SenlinPolicyTypeService policyType()
Service implementation which provides methods for manipulation of policyType- Returns:
- PolicyTypeService
-
receiver
SenlinReceiverService receiver()
Service implementation which provides methods for manipulation of receiver- Returns:
- ReceiverService
-
webHook
SenlinWebHookService webHook()
Service implementation which provides methods for manipulation of webHook- Returns:
- WebHookService
-
version
SenlinVersionService version()
Service implementation which provides methods for manipulation of Version- Returns:
- Version
-
-