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 Instance CPU size, unit: Core 
 | 
String | 
getDBInstanceId()
Get Instance ID in the format of postgres-hez4fh0v 
 | 
String | 
getInstanceChargeType()
Get Instance billing type. 
 | 
Long | 
getMemory()
Get Instance memory size in GB 
 | 
Long | 
getStorage()
Get Instance disk size in GB 
 | 
void | 
setCpu(Long Cpu)
Set Instance CPU size, unit: Core 
 | 
void | 
setDBInstanceId(String DBInstanceId)
Set Instance ID in the format of postgres-hez4fh0v 
 | 
void | 
setInstanceChargeType(String InstanceChargeType)
Set Instance billing type. 
 | 
void | 
setMemory(Long Memory)
Set Instance memory size in GB 
 | 
void | 
setStorage(Long Storage)
Set Instance disk size in GB 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InquiryPriceUpgradeDBInstanceRequest()
public InquiryPriceUpgradeDBInstanceRequest(InquiryPriceUpgradeDBInstanceRequest source)
public Long getStorage()
public void setStorage(Long Storage)
Storage - Instance disk size in GBpublic Long getMemory()
public void setMemory(Long Memory)
Memory - Instance memory size in GBpublic String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId - Instance ID in the format of postgres-hez4fh0vpublic String getInstanceChargeType()
public void setInstanceChargeType(String InstanceChargeType)
InstanceChargeType - Instance billing type. Valid value: `POSTPAID_BY_HOUR` (pay-as-you-go hourly)public Long getCpu()
public void setCpu(Long Cpu)
Cpu - Instance CPU size, unit: CoreCopyright © 2025. All rights reserved.