public class ReservedInstanceUtilizationRate extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReservedInstanceUtilizationRate() |
ReservedInstanceUtilizationRate(ReservedInstanceUtilizationRate 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 |
getClusterId()
Get Cluster ID
Note: This field may return "null", indicating that no valid value can be obtained.
|
Float |
getCPU()
Get Number of cores
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getGpuNum()
Get Number of GPU cards
Note: This field may return "null", indicating that no valid value can be obtained.
|
Float |
getMemory()
Get Memory
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getNodeName()
Get Node name
Note: This field may return "null", indicating that no valid value can be obtained.
|
Long |
getNum()
Get Quantity of Reserved Coupons
Note: This field may return "null", indicating that no valid value can be obtained.
|
Long |
getPodNum()
Get Number of Pods
Note: This field may return "null", indicating that no valid value can be obtained.
|
Float |
getRate()
Get Usage rate
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getType()
Get Type of Reserved Coupons
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getZone()
Get Availability zone
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setCPU(Float CPU)
Set Number of cores
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setGpuNum(String GpuNum)
Set Number of GPU cards
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setMemory(Float Memory)
Set Memory
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setNodeName(String NodeName)
Set Node name
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setNum(Long Num)
Set Quantity of Reserved Coupons
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setPodNum(Long PodNum)
Set Number of Pods
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setRate(Float Rate)
Set Usage rate
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setType(String Type)
Set Type of Reserved Coupons
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setZone(String Zone)
Set Availability zone
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ReservedInstanceUtilizationRate()
public ReservedInstanceUtilizationRate(ReservedInstanceUtilizationRate source)
public Float getRate()
public void setRate(Float Rate)
Rate
- Usage rate
Note: This field may return "null", indicating that no valid value can be obtained.public Long getNum()
public void setNum(Long Num)
Num
- Quantity of Reserved Coupons
Note: This field may return "null", indicating that no valid value can be obtained.public Float getCPU()
public void setCPU(Float CPU)
CPU
- Number of cores
Note: This field may return "null", indicating that no valid value can be obtained.public Float getMemory()
public void setMemory(Float Memory)
Memory
- Memory
Note: This field may return "null", indicating that no valid value can be obtained.public String getType()
public void setType(String Type)
Type
- Type of Reserved Coupons
Note: This field may return "null", indicating that no valid value can be obtained.public String getGpuNum()
public void setGpuNum(String GpuNum)
GpuNum
- Number of GPU cards
Note: This field may return "null", indicating that no valid value can be obtained.public String getZone()
public void setZone(String Zone)
Zone
- Availability zone
Note: This field may return "null", indicating that no valid value can be obtained.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster ID
Note: This field may return "null", indicating that no valid value can be obtained.public String getNodeName()
public void setNodeName(String NodeName)
NodeName
- Node name
Note: This field may return "null", indicating that no valid value can be obtained.public Long getPodNum()
public void setPodNum(Long PodNum)
PodNum
- Number of Pods
Note: This field may return "null", indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.