Class InquiryPriceCreateCisRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cis.v20180408.models.InquiryPriceCreateCisRequest
-
public class InquiryPriceCreateCisRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetCpu()Get CPU,单位:核FloatgetMemory()Get 内存,单位:GiStringgetZone()Get 可用区voidsetCpu(Float Cpu)Set CPU,单位:核voidsetMemory(Float Memory)Set 内存,单位:GivoidsetZone(String Zone)Set 可用区voidtoMap(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
-
InquiryPriceCreateCisRequest
public InquiryPriceCreateCisRequest()
-
InquiryPriceCreateCisRequest
public 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.
-
-
Method Detail
-
getZone
public String getZone()
Get 可用区- Returns:
- Zone 可用区
-
setZone
public void setZone(String Zone)
Set 可用区- Parameters:
Zone- 可用区
-
getCpu
public Float getCpu()
Get CPU,单位:核- Returns:
- Cpu CPU,单位:核
-
setCpu
public void setCpu(Float Cpu)
Set CPU,单位:核- Parameters:
Cpu- CPU,单位:核
-
getMemory
public Float getMemory()
Get 内存,单位:Gi- Returns:
- Memory 内存,单位:Gi
-
setMemory
public void setMemory(Float Memory)
Set 内存,单位:Gi- Parameters:
Memory- 内存,单位:Gi
-
-