Class ScaleUpFileSystemRequest

    • Constructor Detail

      • ScaleUpFileSystemRequest

        public ScaleUpFileSystemRequest()
      • ScaleUpFileSystemRequest

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

      • getFileSystemId

        public String getFileSystemId()
        Get 文件系统Id
        Returns:
        FileSystemId 文件系统Id
      • setFileSystemId

        public void setFileSystemId​(String FileSystemId)
        Set 文件系统Id
        Parameters:
        FileSystemId - 文件系统Id
      • getTargetCapacity

        public Long getTargetCapacity()
        Get 扩容的目标容量(单位GiB)
        Returns:
        TargetCapacity 扩容的目标容量(单位GiB)
      • setTargetCapacity

        public void setTargetCapacity​(Long TargetCapacity)
        Set 扩容的目标容量(单位GiB)
        Parameters:
        TargetCapacity - 扩容的目标容量(单位GiB)