public class InquirePriceModifyDBInstanceSpecRequest extends AbstractModel
Constructor and Description |
---|
InquirePriceModifyDBInstanceSpecRequest() |
InquirePriceModifyDBInstanceSpecRequest(InquirePriceModifyDBInstanceSpecRequest 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 |
getInstanceId()
Get 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同。
|
Long |
getMemory()
Get 变更配置后实例内存大小,单位:GB。
|
Long |
getVolume()
Get 变更配置后实例磁盘大小,单位:GB。
|
void |
setInstanceId(String InstanceId)
Set 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同。
|
void |
setMemory(Long Memory)
Set 变更配置后实例内存大小,单位:GB。
|
void |
setVolume(Long Volume)
Set 变更配置后实例磁盘大小,单位:GB。
|
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 InquirePriceModifyDBInstanceSpecRequest()
public InquirePriceModifyDBInstanceSpecRequest(InquirePriceModifyDBInstanceSpecRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同。public Long getMemory()
public void setMemory(Long Memory)
Memory
- 变更配置后实例内存大小,单位:GB。public Long getVolume()
public void setVolume(Long Volume)
Volume
- 变更配置后实例磁盘大小,单位:GB。Copyright © 2022. All rights reserved.