public class InquiryPriceUpgradeDBInstanceRequest extends AbstractModel
Constructor and Description |
---|
InquiryPriceUpgradeDBInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDBInstanceId()
获取实例ID,形如postgres-hez4fh0v
|
String |
getInstanceChargeType()
获取实例计费类型,预付费或者后付费。PREPAID-预付费。目前只支持预付费。
|
Integer |
getMemory()
获取实例的内存大小,单位GB
|
Integer |
getStorage()
获取实例的磁盘大小,单位GB
|
void |
setDBInstanceId(String DBInstanceId)
设置实例ID,形如postgres-hez4fh0v
|
void |
setInstanceChargeType(String InstanceChargeType)
设置实例计费类型,预付费或者后付费。PREPAID-预付费。目前只支持预付费。
|
void |
setMemory(Integer Memory)
设置实例的内存大小,单位GB
|
void |
setStorage(Integer Storage)
设置实例的磁盘大小,单位GB
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InquiryPriceUpgradeDBInstanceRequest()
public Integer getStorage()
public void setStorage(Integer Storage)
Storage
- 实例的磁盘大小,单位GBpublic Integer getMemory()
public void setMemory(Integer Memory)
Memory
- 实例的内存大小,单位GBpublic String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- 实例ID,形如postgres-hez4fh0vpublic String getInstanceChargeType()
public void setInstanceChargeType(String InstanceChargeType)
InstanceChargeType
- 实例计费类型,预付费或者后付费。PREPAID-预付费。目前只支持预付费。Copyright © 2019. All rights reserved.