public class ModifyClusterStorageRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 集群ID
|
Long |
getDealMode()
Get 交易模式 0-下单并支付 1-下单
|
Long |
getNewStorageLimit()
Get 集群新存储大小(单位G)
|
Long |
getOldStorageLimit()
Get 集群原存储大小(单位G)
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setDealMode(Long DealMode)
Set 交易模式 0-下单并支付 1-下单
|
void |
setNewStorageLimit(Long NewStorageLimit)
Set 集群新存储大小(单位G)
|
void |
setOldStorageLimit(Long OldStorageLimit)
Set 集群原存储大小(单位G)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyClusterStorageRequest()
public ModifyClusterStorageRequest(ModifyClusterStorageRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic Long getNewStorageLimit()
public void setNewStorageLimit(Long NewStorageLimit)
NewStorageLimit
- 集群新存储大小(单位G)public Long getOldStorageLimit()
public void setOldStorageLimit(Long OldStorageLimit)
OldStorageLimit
- 集群原存储大小(单位G)public Long getDealMode()
public void setDealMode(Long DealMode)
DealMode
- 交易模式 0-下单并支付 1-下单Copyright © 2023. All rights reserved.