public class InquiryPriceCreateCisRequest extends AbstractModel
Constructor and Description |
---|
InquiryPriceCreateCisRequest() |
InquiryPriceCreateCisRequest(InquiryPriceCreateCisRequest 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 |
getCpu()
Get CPU,单位:核
|
Float |
getMemory()
Get 内存,单位:Gi
|
String |
getZone()
Get 可用区
|
void |
setCpu(Float Cpu)
Set CPU,单位:核
|
void |
setMemory(Float Memory)
Set 内存,单位:Gi
|
void |
setZone(String Zone)
Set 可用区
|
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 InquiryPriceCreateCisRequest()
public InquiryPriceCreateCisRequest(InquiryPriceCreateCisRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区public Float getCpu()
public void setCpu(Float Cpu)
Cpu
- CPU,单位:核public Float getMemory()
public void setMemory(Float Memory)
Memory
- 内存,单位:GiCopyright © 2021. All rights reserved.