Interface FileServerConfigMBean

  • All Known Implementing Classes:
    FileServerConfig

    public interface FileServerConfigMBean
    File Server Configuration MBean Interface

    Provides file server configuration details to remote virtualization servers.

    Author:
    gkspencer
    • Method Detail

      • isCIFSServerEnabled

        boolean isCIFSServerEnabled()
        Check if the CIFS server is enabled
        Returns:
        boolean
      • setCIFSServerEnabled

        void setCIFSServerEnabled​(boolean enabled)
                           throws Exception
        Enable/disable CIFS server
        Parameters:
        enabled - true to enable, false to disable
        Throws:
        Exception
      • isFTPServerEnabled

        boolean isFTPServerEnabled()
        Check if the FTP server is enabled
        Returns:
        boolean
      • setFTPServerEnabled

        void setFTPServerEnabled​(boolean enabled)
                          throws Exception
        Enable/disable FTP server
        Parameters:
        enabled - true to enable, false to disable
        Throws:
        Exception
      • getCIFSServerName

        String getCIFSServerName()
        Return the CIFS server name
        Returns:
        String
      • getCIFSServerAddress

        String getCIFSServerAddress()
        Return the CIFS server IP address
        Returns:
        String