public class ComputeNodeMetrics extends AbstractModel
| 构造器和说明 |
|---|
ComputeNodeMetrics() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAbnormalCount()
Get 异常的计算节点数量
|
Integer |
getCreatedCount()
Get 完成创建的计算节点数量
|
Integer |
getCreatingCount()
Get 创建中的计算节点数量
|
Integer |
getCreationFailedCount()
Get 创建失败的计算节点数量
|
Integer |
getDeletingCount()
Get 销毁中的计算节点数量
|
Integer |
getRunningCount()
Get 运行中的计算节点数量
|
Integer |
getSubmittedCount()
Get 已经完成提交的计算节点数量
|
void |
setAbnormalCount(Integer AbnormalCount)
Set 异常的计算节点数量
|
void |
setCreatedCount(Integer CreatedCount)
Set 完成创建的计算节点数量
|
void |
setCreatingCount(Integer CreatingCount)
Set 创建中的计算节点数量
|
void |
setCreationFailedCount(Integer CreationFailedCount)
Set 创建失败的计算节点数量
|
void |
setDeletingCount(Integer DeletingCount)
Set 销毁中的计算节点数量
|
void |
setRunningCount(Integer RunningCount)
Set 运行中的计算节点数量
|
void |
setSubmittedCount(Integer SubmittedCount)
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, toJsonStringpublic Integer getSubmittedCount()
public void setSubmittedCount(Integer SubmittedCount)
SubmittedCount - 已经完成提交的计算节点数量public Integer getCreatingCount()
public void setCreatingCount(Integer CreatingCount)
CreatingCount - 创建中的计算节点数量public Integer getCreationFailedCount()
public void setCreationFailedCount(Integer CreationFailedCount)
CreationFailedCount - 创建失败的计算节点数量public Integer getCreatedCount()
public void setCreatedCount(Integer CreatedCount)
CreatedCount - 完成创建的计算节点数量public Integer getRunningCount()
public void setRunningCount(Integer RunningCount)
RunningCount - 运行中的计算节点数量public Integer getDeletingCount()
public void setDeletingCount(Integer DeletingCount)
DeletingCount - 销毁中的计算节点数量public Integer getAbnormalCount()
public void setAbnormalCount(Integer AbnormalCount)
AbnormalCount - 异常的计算节点数量Copyright © 2020. All rights reserved.