public class RegularNodeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RegularNodeInfo()  | 
RegularNodeInfo(RegularNodeInfo 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 | 
|---|---|
String | 
getAutoscalingGroupId()
Get Auto scaling group ID
Note: This field may return "null", indicating that no valid value can be obtained. 
 | 
InstanceAdvancedSettings | 
getInstanceAdvancedSettings()
Get Node configuration
Note: This field may return "null", indicating that no valid value can be obtained. 
 | 
void | 
setAutoscalingGroupId(String AutoscalingGroupId)
Set Auto scaling group ID
Note: This field may return "null", indicating that no valid value can be obtained. 
 | 
void | 
setInstanceAdvancedSettings(InstanceAdvancedSettings InstanceAdvancedSettings)
Set Node configuration
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RegularNodeInfo()
public RegularNodeInfo(RegularNodeInfo source)
public InstanceAdvancedSettings getInstanceAdvancedSettings()
public void setInstanceAdvancedSettings(InstanceAdvancedSettings InstanceAdvancedSettings)
InstanceAdvancedSettings - Node configuration
Note: This field may return "null", indicating that no valid value can be obtained.public String getAutoscalingGroupId()
public void setAutoscalingGroupId(String AutoscalingGroupId)
AutoscalingGroupId - Auto scaling group ID
Note: This field may return "null", indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.