Class StorageMountConf

    • Constructor Detail

      • StorageMountConf

        public StorageMountConf()
      • StorageMountConf

        public StorageMountConf​(StorageMountConf 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

      • getVolumeName

        public String getVolumeName()
        Get 数据卷名
        Returns:
        VolumeName 数据卷名
      • setVolumeName

        public void setVolumeName​(String VolumeName)
        Set 数据卷名
        Parameters:
        VolumeName - 数据卷名
      • getMountPath

        public String getMountPath()
        Get 数据卷绑定路径
        Returns:
        MountPath 数据卷绑定路径
      • setMountPath

        public void setMountPath​(String MountPath)
        Set 数据卷绑定路径
        Parameters:
        MountPath - 数据卷绑定路径