public class ClusterAsGroup extends AbstractModel
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 节点是否设置成不可调度
注意:此字段可能返回 null,表示取不到有效值。
|
Label[] |
getLabels()
Get 伸缩组的label列表
注意:此字段可能返回 null,表示取不到有效值。
|
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 节点是否设置成不可调度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabels(Label[] Labels)
Set 伸缩组的label列表
注意:此字段可能返回 null,表示取不到有效值。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- 节点是否设置成不可调度
注意:此字段可能返回 null,表示取不到有效值。public Label[] getLabels()
public void setLabels(Label[] Labels)
Labels
- 伸缩组的label列表
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 创建时间Copyright © 2021. All rights reserved.