public class DescribeDCDBPriceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDCDBPriceRequest() | 
| DescribeDCDBPriceRequest(DescribeDCDBPriceRequest 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 | getAmountUnit()Get 价格金额单位,不传默认单位为分,取值:  
 pent:分
 microPent:微分 | 
| Long | getCount()Get 欲购买实例的数量,目前支持购买1-10个实例 | 
| String | getCpuType()Get Cpu类型,如:英特尔:Intel/AMD,海光:Hygon,默认Intel/AMD | 
| String | getPaymode()Get 付费类型。postpaid:按量付费   prepaid:预付费 | 
| Long | getPeriod()Get 欲购买的时长,单位:月。 | 
| Long | getShardCount()Get 实例分片个数,可选范围2-8,可以通过升级实例进行新增分片到最多64个分片。 | 
| Long | getShardMemory()Get 分片内存大小,单位:GB,可以通过 DescribeShardSpec
 查询实例规格获得。 | 
| Long | getShardNodeCount()Get 单个分片节点个数大小,可以通过 DescribeShardSpec
 查询实例规格获得。 | 
| Long | getShardStorage()Get 分片存储空间大小,单位:GB,可以通过 DescribeShardSpec
 查询实例规格获得。 | 
| String | getZone()Get 欲新购实例的可用区ID。 | 
| void | setAmountUnit(String AmountUnit)Set 价格金额单位,不传默认单位为分,取值:  
 pent:分
 microPent:微分 | 
| void | setCount(Long Count)Set 欲购买实例的数量,目前支持购买1-10个实例 | 
| void | setCpuType(String CpuType)Set Cpu类型,如:英特尔:Intel/AMD,海光:Hygon,默认Intel/AMD | 
| void | setPaymode(String Paymode)Set 付费类型。postpaid:按量付费   prepaid:预付费 | 
| void | setPeriod(Long Period)Set 欲购买的时长,单位:月。 | 
| void | setShardCount(Long ShardCount)Set 实例分片个数,可选范围2-8,可以通过升级实例进行新增分片到最多64个分片。 | 
| void | setShardMemory(Long ShardMemory)Set 分片内存大小,单位:GB,可以通过 DescribeShardSpec
 查询实例规格获得。 | 
| void | setShardNodeCount(Long ShardNodeCount)Set 单个分片节点个数大小,可以通过 DescribeShardSpec
 查询实例规格获得。 | 
| void | setShardStorage(Long ShardStorage)Set 分片存储空间大小,单位:GB,可以通过 DescribeShardSpec
 查询实例规格获得。 | 
| void | setZone(String Zone)Set 欲新购实例的可用区ID。 | 
| 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 DescribeDCDBPriceRequest()
public DescribeDCDBPriceRequest(DescribeDCDBPriceRequest source)
public String getZone()
public void setZone(String Zone)
Zone - 欲新购实例的可用区ID。public Long getCount()
public void setCount(Long Count)
Count - 欲购买实例的数量,目前支持购买1-10个实例public Long getPeriod()
public void setPeriod(Long Period)
Period - 欲购买的时长,单位:月。public Long getShardNodeCount()
public void setShardNodeCount(Long ShardNodeCount)
ShardNodeCount - 单个分片节点个数大小,可以通过 DescribeShardSpec
 查询实例规格获得。public Long getShardMemory()
public void setShardMemory(Long ShardMemory)
ShardMemory - 分片内存大小,单位:GB,可以通过 DescribeShardSpec
 查询实例规格获得。public Long getShardStorage()
public void setShardStorage(Long ShardStorage)
ShardStorage - 分片存储空间大小,单位:GB,可以通过 DescribeShardSpec
 查询实例规格获得。public Long getShardCount()
public void setShardCount(Long ShardCount)
ShardCount - 实例分片个数,可选范围2-8,可以通过升级实例进行新增分片到最多64个分片。public String getPaymode()
public void setPaymode(String Paymode)
Paymode - 付费类型。postpaid:按量付费   prepaid:预付费public String getAmountUnit()
public void setAmountUnit(String AmountUnit)
AmountUnit - 价格金额单位,不传默认单位为分,取值:  
 pent:分
 microPent:微分public String getCpuType()
public void setCpuType(String CpuType)
CpuType - Cpu类型,如:英特尔:Intel/AMD,海光:Hygon,默认Intel/AMDCopyright © 2025. All rights reserved.