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 Automatically managed nodes
Note: This field may return "null", indicating that no valid value can be obtained.
|
ManuallyAdded |
getManuallyAdded()
Get Manually managed nodes
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setAutoscalingAdded(AutoscalingAdded AutoscalingAdded)
Set Automatically managed nodes
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setManuallyAdded(ManuallyAdded ManuallyAdded)
Set Manually managed nodes
Note: This field may return "null", indicating that no valid value can be obtained.
|
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 NodeCountSummary()
public NodeCountSummary(NodeCountSummary source)
public ManuallyAdded getManuallyAdded()
public void setManuallyAdded(ManuallyAdded ManuallyAdded)
ManuallyAdded
- Manually managed nodes
Note: This field may return "null", indicating that no valid value can be obtained.public AutoscalingAdded getAutoscalingAdded()
public void setAutoscalingAdded(AutoscalingAdded AutoscalingAdded)
AutoscalingAdded
- Automatically managed nodes
Note: This field may return "null", indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.