public class UsageInfo extends AbstractModel
Constructor and Description |
---|
UsageInfo() |
UsageInfo(UsageInfo 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 |
---|---|
NamespaceUsage[] |
getNamespace()
Get Namespace details
|
Long |
getNamespacesCount()
Get Number of namespaces
|
Long |
getTotalAllocatedConcurrencyMem()
Get Quota of configured user concurrency memory in the current region
|
Long |
getTotalConcurrencyMem()
Get Upper limit of user concurrency memory in the current region
|
Long |
getUserConcurrencyMemLimit()
Get Quota of account concurrency actually configured by user
|
void |
setNamespace(NamespaceUsage[] Namespace)
Set Namespace details
|
void |
setNamespacesCount(Long NamespacesCount)
Set Number of namespaces
|
void |
setTotalAllocatedConcurrencyMem(Long TotalAllocatedConcurrencyMem)
Set Quota of configured user concurrency memory in the current region
|
void |
setTotalConcurrencyMem(Long TotalConcurrencyMem)
Set Upper limit of user concurrency memory in the current region
|
void |
setUserConcurrencyMemLimit(Long UserConcurrencyMemLimit)
Set Quota of account concurrency actually configured by user
|
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 UsageInfo()
public UsageInfo(UsageInfo source)
public Long getNamespacesCount()
public void setNamespacesCount(Long NamespacesCount)
NamespacesCount
- Number of namespacespublic NamespaceUsage[] getNamespace()
public void setNamespace(NamespaceUsage[] Namespace)
Namespace
- Namespace detailspublic Long getTotalConcurrencyMem()
public void setTotalConcurrencyMem(Long TotalConcurrencyMem)
TotalConcurrencyMem
- Upper limit of user concurrency memory in the current regionpublic Long getTotalAllocatedConcurrencyMem()
public void setTotalAllocatedConcurrencyMem(Long TotalAllocatedConcurrencyMem)
TotalAllocatedConcurrencyMem
- Quota of configured user concurrency memory in the current regionpublic Long getUserConcurrencyMemLimit()
public void setUserConcurrencyMemLimit(Long UserConcurrencyMemLimit)
UserConcurrencyMemLimit
- Quota of account concurrency actually configured by userCopyright © 2023. All rights reserved.