public class InquiryPriceUpgradeDBInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquiryPriceUpgradeDBInstanceRequest() |
InquiryPriceUpgradeDBInstanceRequest(InquiryPriceUpgradeDBInstanceRequest 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 |
---|---|
Long |
getCpu()
Get 实例的Cpu大小,单位Core
|
String |
getDBInstanceId()
Get 实例ID,形如postgres-hez4fh0v
|
String |
getInstanceChargeType()
Get 【废弃参数,不再生效】,实例计费类型。
|
Long |
getMemory()
Get 实例的内存大小,单位GB
|
Long |
getStorage()
Get 实例的磁盘大小,单位GB
|
void |
setCpu(Long Cpu)
Set 实例的Cpu大小,单位Core
|
void |
setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-hez4fh0v
|
void |
setInstanceChargeType(String InstanceChargeType)
Set 【废弃参数,不再生效】,实例计费类型。
|
void |
setMemory(Long Memory)
Set 实例的内存大小,单位GB
|
void |
setStorage(Long Storage)
Set 实例的磁盘大小,单位GB
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InquiryPriceUpgradeDBInstanceRequest()
public InquiryPriceUpgradeDBInstanceRequest(InquiryPriceUpgradeDBInstanceRequest source)
public Long getStorage()
public void setStorage(Long Storage)
Storage
- 实例的磁盘大小,单位GBpublic Long getMemory()
public void setMemory(Long Memory)
Memory
- 实例的内存大小,单位GBpublic String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- 实例ID,形如postgres-hez4fh0vpublic String getInstanceChargeType()
public void setInstanceChargeType(String InstanceChargeType)
InstanceChargeType
- 【废弃参数,不再生效】,实例计费类型。public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- 实例的Cpu大小,单位CoreCopyright © 2024. All rights reserved.