public class ComputeNodeMetrics extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComputeNodeMetrics() |
ComputeNodeMetrics(ComputeNodeMetrics 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 |
getAbnormalCount()
Get Number of exceptional compute nodes
|
Long |
getCreatedCount()
Get Number of compute nodes that have been created
|
Long |
getCreatingCount()
Get Number of compute nodes that are being created
|
Long |
getCreationFailedCount()
Get Number of compute nodes that failed to be created
|
Long |
getDeletingCount()
Get Number of compute nodes that are being terminated
|
Long |
getRunningCount()
Get Number of running compute nodes
|
Long |
getSubmittedCount()
Get Number of compute nodes that have been submitted
|
void |
setAbnormalCount(Long AbnormalCount)
Set Number of exceptional compute nodes
|
void |
setCreatedCount(Long CreatedCount)
Set Number of compute nodes that have been created
|
void |
setCreatingCount(Long CreatingCount)
Set Number of compute nodes that are being created
|
void |
setCreationFailedCount(Long CreationFailedCount)
Set Number of compute nodes that failed to be created
|
void |
setDeletingCount(Long DeletingCount)
Set Number of compute nodes that are being terminated
|
void |
setRunningCount(Long RunningCount)
Set Number of running compute nodes
|
void |
setSubmittedCount(Long SubmittedCount)
Set Number of compute nodes that have been submitted
|
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 ComputeNodeMetrics()
public ComputeNodeMetrics(ComputeNodeMetrics source)
public Long getSubmittedCount()
public void setSubmittedCount(Long SubmittedCount)
SubmittedCount
- Number of compute nodes that have been submittedpublic Long getCreatingCount()
public void setCreatingCount(Long CreatingCount)
CreatingCount
- Number of compute nodes that are being createdpublic Long getCreationFailedCount()
public void setCreationFailedCount(Long CreationFailedCount)
CreationFailedCount
- Number of compute nodes that failed to be createdpublic Long getCreatedCount()
public void setCreatedCount(Long CreatedCount)
CreatedCount
- Number of compute nodes that have been createdpublic Long getRunningCount()
public void setRunningCount(Long RunningCount)
RunningCount
- Number of running compute nodespublic Long getDeletingCount()
public void setDeletingCount(Long DeletingCount)
DeletingCount
- Number of compute nodes that are being terminatedpublic Long getAbnormalCount()
public void setAbnormalCount(Long AbnormalCount)
AbnormalCount
- Number of exceptional compute nodesCopyright © 2024. All rights reserved.