public class AutoscalingAdded extends AbstractModel
Constructor and Description |
---|
AutoscalingAdded() |
AutoscalingAdded(AutoscalingAdded 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 |
getInitializing()
Get Number of nodes that are being initialized
|
Long |
getJoining()
Get Number of nodes that are being added
|
Long |
getNormal()
Get Number of normal nodes
|
Long |
getTotal()
Get Total number of nodes
|
void |
setInitializing(Long Initializing)
Set Number of nodes that are being initialized
|
void |
setJoining(Long Joining)
Set Number of nodes that are being added
|
void |
setNormal(Long Normal)
Set Number of normal nodes
|
void |
setTotal(Long Total)
Set Total number of nodes
|
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 AutoscalingAdded()
public AutoscalingAdded(AutoscalingAdded source)
public Long getJoining()
public void setJoining(Long Joining)
Joining
- Number of nodes that are being addedpublic Long getInitializing()
public void setInitializing(Long Initializing)
Initializing
- Number of nodes that are being initializedpublic Long getNormal()
public void setNormal(Long Normal)
Normal
- Number of normal nodespublic Long getTotal()
public void setTotal(Long Total)
Total
- Total number of nodesCopyright © 2021. All rights reserved.