public class SpotPaidQuota extends AbstractModel
Constructor and Description |
---|
SpotPaidQuota() |
SpotPaidQuota(SpotPaidQuota 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 |
---|---|
Long |
getRemainingQuota()
Get 剩余配额,单位:vCPU核心数
|
Long |
getTotalQuota()
Get 总配额,单位:vCPU核心数
|
Long |
getUsedQuota()
Get 已使用配额,单位:vCPU核心数
|
String |
getZone()
Get 可用区
|
void |
setRemainingQuota(Long RemainingQuota)
Set 剩余配额,单位:vCPU核心数
|
void |
setTotalQuota(Long TotalQuota)
Set 总配额,单位:vCPU核心数
|
void |
setUsedQuota(Long UsedQuota)
Set 已使用配额,单位:vCPU核心数
|
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 SpotPaidQuota()
public SpotPaidQuota(SpotPaidQuota source)
public Long getUsedQuota()
public void setUsedQuota(Long UsedQuota)
UsedQuota
- 已使用配额,单位:vCPU核心数public Long getRemainingQuota()
public void setRemainingQuota(Long RemainingQuota)
RemainingQuota
- 剩余配额,单位:vCPU核心数public Long getTotalQuota()
public void setTotalQuota(Long TotalQuota)
TotalQuota
- 总配额,单位:vCPU核心数public String getZone()
public void setZone(String Zone)
Zone
- 可用区Copyright © 2021. All rights reserved.