public class ComputeNodeMetrics extends AbstractModel
Constructor and Description |
---|
ComputeNodeMetrics() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAbnormalCount()
获取异常的计算节点数量
|
Integer |
getCreatedCount()
获取完成创建的计算节点数量
|
Integer |
getCreatingCount()
获取创建中的计算节点数量
|
Integer |
getCreationFailedCount()
获取创建失败的计算节点数量
|
Integer |
getDeletingCount()
获取销毁中的计算节点数量
|
Integer |
getRunningCount()
获取运行中的计算节点数量
|
Integer |
getSubmittedCount()
获取已经完成提交的计算节点数量
|
void |
setAbnormalCount(Integer AbnormalCount)
设置异常的计算节点数量
|
void |
setCreatedCount(Integer CreatedCount)
设置完成创建的计算节点数量
|
void |
setCreatingCount(Integer CreatingCount)
设置创建中的计算节点数量
|
void |
setCreationFailedCount(Integer CreationFailedCount)
设置创建失败的计算节点数量
|
void |
setDeletingCount(Integer DeletingCount)
设置销毁中的计算节点数量
|
void |
setRunningCount(Integer RunningCount)
设置运行中的计算节点数量
|
void |
setSubmittedCount(Integer SubmittedCount)
设置已经完成提交的计算节点数量
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2019. All rights reserved.