Interface SenlinService

  • All Superinterfaces:
    RestService
    All Known Implementing Classes:
    SenlinServiceImpl

    public interface SenlinService
    extends RestService
    This interface containts all available senlinServices
    Author:
    lion
    • 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