public class InquiryPriceCreateDBInstancesRequest extends AbstractModel
Constructor and Description |
---|
InquiryPriceCreateDBInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDBVersion()
Get sqlserver版本,目前只支持:2008R2(SQL Server 2008 Enterprise),2012SP3(SQL Server 2012 Enterprise),2016SP1(SQL Server 2016 Enterprise),201602(SQL Server 2016 Standard)2017(SQL Server 2017 Enterprise)版本。默认为2008R2版本
|
Long |
getGoodsNum()
Get 一次性购买的实例数量。取值1-100,默认取值为1
|
String |
getInstanceChargeType()
Get 计费类型,取值支持 PREPAID,POSTPAID。
|
Long |
getMemory()
Get 内存大小,单位:GB
|
Long |
getPeriod()
Get 购买时长,单位:月。取值为1到48,默认为1
|
Long |
getStorage()
Get 实例容量大小,单位:GB。
|
String |
getZone()
Get 可用区ID。该参数可以通过调用 DescribeZones 接口的返回值中的Zone字段来获取。
|
void |
setDBVersion(String DBVersion)
Set sqlserver版本,目前只支持:2008R2(SQL Server 2008 Enterprise),2012SP3(SQL Server 2012 Enterprise),2016SP1(SQL Server 2016 Enterprise),201602(SQL Server 2016 Standard)2017(SQL Server 2017 Enterprise)版本。默认为2008R2版本
|
void |
setGoodsNum(Long GoodsNum)
Set 一次性购买的实例数量。取值1-100,默认取值为1
|
void |
setInstanceChargeType(String InstanceChargeType)
Set 计费类型,取值支持 PREPAID,POSTPAID。
|
void |
setMemory(Long Memory)
Set 内存大小,单位:GB
|
void |
setPeriod(Long Period)
Set 购买时长,单位:月。取值为1到48,默认为1
|
void |
setStorage(Long Storage)
Set 实例容量大小,单位:GB。
|
void |
setZone(String Zone)
Set 可用区ID。该参数可以通过调用 DescribeZones 接口的返回值中的Zone字段来获取。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InquiryPriceCreateDBInstancesRequest()
public String getZone()
public void setZone(String Zone)
Zone
- 可用区ID。该参数可以通过调用 DescribeZones 接口的返回值中的Zone字段来获取。public Long getMemory()
public void setMemory(Long Memory)
Memory
- 内存大小,单位:GBpublic Long getStorage()
public void setStorage(Long Storage)
Storage
- 实例容量大小,单位:GB。public String getInstanceChargeType()
public void setInstanceChargeType(String InstanceChargeType)
InstanceChargeType
- 计费类型,取值支持 PREPAID,POSTPAID。public Long getPeriod()
public void setPeriod(Long Period)
Period
- 购买时长,单位:月。取值为1到48,默认为1public Long getGoodsNum()
public void setGoodsNum(Long GoodsNum)
GoodsNum
- 一次性购买的实例数量。取值1-100,默认取值为1public String getDBVersion()
public void setDBVersion(String DBVersion)
DBVersion
- sqlserver版本,目前只支持:2008R2(SQL Server 2008 Enterprise),2012SP3(SQL Server 2012 Enterprise),2016SP1(SQL Server 2016 Enterprise),201602(SQL Server 2016 Standard)2017(SQL Server 2017 Enterprise)版本。默认为2008R2版本Copyright © 2020. All rights reserved.