Class ModifyClusterStorageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.ModifyClusterStorageRequest
-
public class ModifyClusterStorageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyClusterStorageRequest()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群IDLonggetDealMode()Get 交易模式 0-下单并支付 1-下单LonggetNewStorageLimit()Get 集群新存储大小(单位G)LonggetOldStorageLimit()Get 集群原存储大小(单位G)voidsetClusterId(String ClusterId)Set 集群IDvoidsetDealMode(Long DealMode)Set 交易模式 0-下单并支付 1-下单voidsetNewStorageLimit(Long NewStorageLimit)Set 集群新存储大小(单位G)voidsetOldStorageLimit(Long OldStorageLimit)Set 集群原存储大小(单位G)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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-下单
-
-