Class InquiryPriceUpgradeDBInstanceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.InquiryPriceUpgradeDBInstanceRequest
-
public class InquiryPriceUpgradeDBInstanceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDBInstanceId()
Get 实例ID,形如postgres-hez4fh0vString
getInstanceChargeType()
Get 【废弃参数,不再生效】,实例计费类型。Long
getMemory()
Get 实例的内存大小,单位GBLong
getStorage()
Get 实例的磁盘大小,单位GBvoid
setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-hez4fh0vvoid
setInstanceChargeType(String InstanceChargeType)
Set 【废弃参数,不再生效】,实例计费类型。void
setMemory(Long Memory)
Set 实例的内存大小,单位GBvoid
setStorage(Long Storage)
Set 实例的磁盘大小,单位GBvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InquiryPriceUpgradeDBInstanceRequest
public InquiryPriceUpgradeDBInstanceRequest()
-
InquiryPriceUpgradeDBInstanceRequest
public 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.
-
-
Method Detail
-
getStorage
public Long getStorage()
Get 实例的磁盘大小,单位GB- Returns:
- Storage 实例的磁盘大小,单位GB
-
setStorage
public void setStorage(Long Storage)
Set 实例的磁盘大小,单位GB- Parameters:
Storage
- 实例的磁盘大小,单位GB
-
getMemory
public Long getMemory()
Get 实例的内存大小,单位GB- Returns:
- Memory 实例的内存大小,单位GB
-
setMemory
public void setMemory(Long Memory)
Set 实例的内存大小,单位GB- Parameters:
Memory
- 实例的内存大小,单位GB
-
getDBInstanceId
public String getDBInstanceId()
Get 实例ID,形如postgres-hez4fh0v- Returns:
- DBInstanceId 实例ID,形如postgres-hez4fh0v
-
setDBInstanceId
public void setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-hez4fh0v- Parameters:
DBInstanceId
- 实例ID,形如postgres-hez4fh0v
-
getInstanceChargeType
public String getInstanceChargeType()
Get 【废弃参数,不再生效】,实例计费类型。- Returns:
- InstanceChargeType 【废弃参数,不再生效】,实例计费类型。
-
setInstanceChargeType
public void setInstanceChargeType(String InstanceChargeType)
Set 【废弃参数,不再生效】,实例计费类型。- Parameters:
InstanceChargeType
- 【废弃参数,不再生效】,实例计费类型。
-
-