public class NodeCountSummary extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.