Class GooseFSxBuildElement

    • Constructor Detail

      • GooseFSxBuildElement

        public GooseFSxBuildElement()
      • GooseFSxBuildElement

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

      • getModel

        public String getModel()
        Get GooseFSx的型号
        Returns:
        Model GooseFSx的型号
      • setModel

        public void setModel​(String Model)
        Set GooseFSx的型号
        Parameters:
        Model - GooseFSx的型号
      • getCapacity

        public Long getCapacity()
        Get 容量单位是GB, 比如4608(4.5TB)
        Returns:
        Capacity 容量单位是GB, 比如4608(4.5TB)
      • setCapacity

        public void setCapacity​(Long Capacity)
        Set 容量单位是GB, 比如4608(4.5TB)
        Parameters:
        Capacity - 容量单位是GB, 比如4608(4.5TB)
      • getMappedBucketList

        public MappedBucket[] getMappedBucketList()
        Get 要关联映射的bucket列表
        Returns:
        MappedBucketList 要关联映射的bucket列表
      • setMappedBucketList

        public void setMappedBucketList​(MappedBucket[] MappedBucketList)
        Set 要关联映射的bucket列表
        Parameters:
        MappedBucketList - 要关联映射的bucket列表