public class ResourceQuota extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceQuota() |
ResourceQuota(ResourceQuota 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 |
getCPULimit()
Get CPU limit setting
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMemoryLimit()
Get Memory limit setting (Unit: Mi, Gi, Ti, M, G, and T)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPods()
Get Pod quantity setting
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCPULimit(String CPULimit)
Set CPU limit setting
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMemoryLimit(String MemoryLimit)
Set Memory limit setting (Unit: Mi, Gi, Ti, M, G, and T)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPods(String Pods)
Set Pod quantity setting
Note: This field may return null, indicating that no valid values 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 ResourceQuota()
public ResourceQuota(ResourceQuota source)
public String getCPULimit()
public void setCPULimit(String CPULimit)
CPULimit
- CPU limit setting
Note: This field may return null, indicating that no valid values can be obtained.public String getMemoryLimit()
public void setMemoryLimit(String MemoryLimit)
MemoryLimit
- Memory limit setting (Unit: Mi, Gi, Ti, M, G, and T)
Note: This field may return null, indicating that no valid values can be obtained.public String getPods()
public void setPods(String Pods)
Pods
- Pod quantity setting
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.