public class InquirePriceCreateRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InquirePriceCreateRequest() | 
| InquirePriceCreateRequest(InquirePriceCreateRequest 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 | 
|---|---|
| Float | getCcu()Get Ccu大小,serverless类型必传 | 
| Long | getCpu()Get CPU核数,PREPAID与POSTPAID实例类型必传 | 
| String | getDeviceType()Get 实例设备类型 | 
| Long | getGoodsNum()Get 购买计算节点个数 | 
| String | getInstancePayMode()Get 实例购买类型,可选值为:PREPAID, POSTPAID, SERVERLESS | 
| Long | getMemory()Get 内存大小,单位G,PREPAID与POSTPAID实例类型必传 | 
| Long | getStorageLimit()Get 存储大小,PREPAID存储类型必传 | 
| String | getStoragePayMode()Get 存储购买类型,可选值为:PREPAID, POSTPAID | 
| Long | getTimeSpan()Get 购买时长,PREPAID购买类型必传 | 
| String | getTimeUnit()Get 时长单位,可选值为:m,d。PREPAID购买类型必传 | 
| String | getZone()Get 可用区,每个地域提供最佳实践 | 
| void | setCcu(Float Ccu)Set Ccu大小,serverless类型必传 | 
| void | setCpu(Long Cpu)Set CPU核数,PREPAID与POSTPAID实例类型必传 | 
| void | setDeviceType(String DeviceType)Set 实例设备类型 | 
| void | setGoodsNum(Long GoodsNum)Set 购买计算节点个数 | 
| void | setInstancePayMode(String InstancePayMode)Set 实例购买类型,可选值为:PREPAID, POSTPAID, SERVERLESS | 
| void | setMemory(Long Memory)Set 内存大小,单位G,PREPAID与POSTPAID实例类型必传 | 
| void | setStorageLimit(Long StorageLimit)Set 存储大小,PREPAID存储类型必传 | 
| void | setStoragePayMode(String StoragePayMode)Set 存储购买类型,可选值为:PREPAID, POSTPAID | 
| void | setTimeSpan(Long TimeSpan)Set 购买时长,PREPAID购买类型必传 | 
| void | setTimeUnit(String TimeUnit)Set 时长单位,可选值为:m,d。PREPAID购买类型必传 | 
| void | setZone(String Zone)Set 可用区,每个地域提供最佳实践 | 
| 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 InquirePriceCreateRequest()
public InquirePriceCreateRequest(InquirePriceCreateRequest source)
public String getZone()
public void setZone(String Zone)
Zone - 可用区,每个地域提供最佳实践public Long getGoodsNum()
public void setGoodsNum(Long GoodsNum)
GoodsNum - 购买计算节点个数public String getInstancePayMode()
public void setInstancePayMode(String InstancePayMode)
InstancePayMode - 实例购买类型,可选值为:PREPAID, POSTPAID, SERVERLESSpublic String getStoragePayMode()
public void setStoragePayMode(String StoragePayMode)
StoragePayMode - 存储购买类型,可选值为:PREPAID, POSTPAIDpublic String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - 实例设备类型public Long getCpu()
public void setCpu(Long Cpu)
Cpu - CPU核数,PREPAID与POSTPAID实例类型必传public Long getMemory()
public void setMemory(Long Memory)
Memory - 内存大小,单位G,PREPAID与POSTPAID实例类型必传public Float getCcu()
public void setCcu(Float Ccu)
Ccu - Ccu大小,serverless类型必传public Long getStorageLimit()
public void setStorageLimit(Long StorageLimit)
StorageLimit - 存储大小,PREPAID存储类型必传public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan - 购买时长,PREPAID购买类型必传public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit - 时长单位,可选值为:m,d。PREPAID购买类型必传Copyright © 2025. All rights reserved.