Interface ShareServerService

  • All Superinterfaces:
    RestService
    All Known Implementing Classes:
    ShareServerServiceImpl

    public interface ShareServerService
    extends RestService
    Share Server Service for Manila Shared Filesystems.
    Author:
    Daniel Gonzalez Nothnagel
    • Method Detail

      • list

        List<? extends ShareServer> list()
        Lists all share servers.
        Returns:
        a list containing all share servers
      • get

        ShareServer get​(String shareServerId)
        Shows details for a share server.
        Parameters:
        shareServerId - the share server ID
        Returns:
        the share server or null if not found
      • delete

        ActionResponse delete​(String shareServerId)
        Deletes a share server.
        Parameters:
        shareServerId - the share server ID
        Returns:
        the action response