Class CFSOptionOverview

    • Constructor Detail

      • CFSOptionOverview

        public CFSOptionOverview()
      • CFSOptionOverview

        public CFSOptionOverview​(CFSOptionOverview source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLocalPath

        public String getLocalPath()
        Get 文件系统本地挂载路径。
        Returns:
        LocalPath 文件系统本地挂载路径。
      • setLocalPath

        public void setLocalPath​(String LocalPath)
        Set 文件系统本地挂载路径。
        Parameters:
        LocalPath - 文件系统本地挂载路径。
      • getRemotePath

        public String getRemotePath()
        Get 文件系统远程挂载ip及路径。
        Returns:
        RemotePath 文件系统远程挂载ip及路径。
      • setRemotePath

        public void setRemotePath​(String RemotePath)
        Set 文件系统远程挂载ip及路径。
        Parameters:
        RemotePath - 文件系统远程挂载ip及路径。
      • getProtocol

        public String getProtocol()
        Get 文件系统协议类型。
      • NFS 3.0。
      • NFS 4.0。
      • TURBO。
Returns:
Protocol 文件系统协议类型。
  • NFS 3.0。
  • NFS 4.0。
  • TURBO。
  • Parameters:
    Protocol - 文件系统协议类型。
  • NFS 3.0。
  • NFS 4.0。
  • TURBO。