public class ClusterAsGroup extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ClusterAsGroup() | 
| ClusterAsGroup(ClusterAsGroup 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 伸缩组ID | 
| String | getCreatedTime()Get 创建时间 | 
| Boolean | getIsUnschedulable()Get 节点是否设置成不可调度 | 
| Label[] | getLabels()Get 伸缩组的label列表 | 
| String | getStatus()Get 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling) | 
| void | setAutoScalingGroupId(String AutoScalingGroupId)Set 伸缩组ID | 
| void | setCreatedTime(String CreatedTime)Set 创建时间 | 
| void | setIsUnschedulable(Boolean IsUnschedulable)Set 节点是否设置成不可调度 | 
| void | setLabels(Label[] Labels)Set 伸缩组的label列表 | 
| void | setStatus(String Status)Set 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling) | 
| 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 ClusterAsGroup()
public ClusterAsGroup(ClusterAsGroup source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId - 伸缩组IDpublic String getStatus()
public void setStatus(String Status)
Status - 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)public Boolean getIsUnschedulable()
public void setIsUnschedulable(Boolean IsUnschedulable)
IsUnschedulable - 节点是否设置成不可调度public Label[] getLabels()
public void setLabels(Label[] Labels)
Labels - 伸缩组的label列表public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - 创建时间Copyright © 2025. All rights reserved.