public class NodeCountSummary extends AbstractModel
Constructor and Description |
---|
NodeCountSummary() |
Modifier and Type | Method and Description |
---|---|
AutoscalingAdded |
getAutoscalingAdded()
Get Nodes that are automatically managed
Note: this field may return `null`, indicating that no valid value is obtained.
|
ManuallyAdded |
getManuallyAdded()
Get Nodes that are manually managed
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setAutoscalingAdded(AutoscalingAdded AutoscalingAdded)
Set Nodes that are automatically managed
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setManuallyAdded(ManuallyAdded ManuallyAdded)
Set Nodes that are manually managed
Note: this field may return `null`, indicating that no valid value is obtained.
|
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 ManuallyAdded getManuallyAdded()
public void setManuallyAdded(ManuallyAdded ManuallyAdded)
ManuallyAdded
- Nodes that are manually managed
Note: this field may return `null`, indicating that no valid value is obtained.public AutoscalingAdded getAutoscalingAdded()
public void setAutoscalingAdded(AutoscalingAdded AutoscalingAdded)
AutoscalingAdded
- Nodes that are automatically managed
Note: this field may return `null`, indicating that no valid value is obtained.Copyright © 2021. All rights reserved.