public class NodeCountSummary extends AbstractModel
Constructor and Description |
---|
NodeCountSummary() |
NodeCountSummary(NodeCountSummary 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 |
---|---|
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 NodeCountSummary()
public NodeCountSummary(NodeCountSummary source)
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 © 2023. All rights reserved.