Class ModifyClusterStorageRequest

    • Constructor Detail

      • ModifyClusterStorageRequest

        public ModifyClusterStorageRequest()
      • ModifyClusterStorageRequest

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

      • getClusterId

        public String getClusterId()
        Get 集群ID
        Returns:
        ClusterId 集群ID
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群ID
        Parameters:
        ClusterId - 集群ID
      • getNewStorageLimit

        public Long getNewStorageLimit()
        Get 集群新存储大小(单位G)
        Returns:
        NewStorageLimit 集群新存储大小(单位G)
      • setNewStorageLimit

        public void setNewStorageLimit​(Long NewStorageLimit)
        Set 集群新存储大小(单位G)
        Parameters:
        NewStorageLimit - 集群新存储大小(单位G)
      • getOldStorageLimit

        public Long getOldStorageLimit()
        Get 集群原存储大小(单位G)
        Returns:
        OldStorageLimit 集群原存储大小(单位G)
      • setOldStorageLimit

        public void setOldStorageLimit​(Long OldStorageLimit)
        Set 集群原存储大小(单位G)
        Parameters:
        OldStorageLimit - 集群原存储大小(单位G)
      • getDealMode

        public Long getDealMode()
        Get 交易模式 0-下单并支付 1-下单
        Returns:
        DealMode 交易模式 0-下单并支付 1-下单
      • setDealMode

        public void setDealMode​(Long DealMode)
        Set 交易模式 0-下单并支付 1-下单
        Parameters:
        DealMode - 交易模式 0-下单并支付 1-下单