Class ClusterAsGroup
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ClusterAsGroup
-
public class ClusterAsGroup extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAutoScalingGroupId()Get 伸缩组IDStringgetCreatedTime()Get 创建时间BooleangetIsUnschedulable()Get 节点是否设置成不可调度 注意:此字段可能返回 null,表示取不到有效值。Label[]getLabels()Get 伸缩组的label列表 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)voidsetAutoScalingGroupId(String AutoScalingGroupId)Set 伸缩组IDvoidsetCreatedTime(String CreatedTime)Set 创建时间voidsetIsUnschedulable(Boolean IsUnschedulable)Set 节点是否设置成不可调度 注意:此字段可能返回 null,表示取不到有效值。voidsetLabels(Label[] Labels)Set 伸缩组的label列表 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ClusterAsGroup
public ClusterAsGroup()
-
ClusterAsGroup
public 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.
-
-
Method Detail
-
getAutoScalingGroupId
public String getAutoScalingGroupId()
Get 伸缩组ID- Returns:
- AutoScalingGroupId 伸缩组ID
-
setAutoScalingGroupId
public void setAutoScalingGroupId(String AutoScalingGroupId)
Set 伸缩组ID- Parameters:
AutoScalingGroupId- 伸缩组ID
-
getStatus
public String getStatus()
Get 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)- Returns:
- Status 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)
-
setStatus
public void setStatus(String Status)
Set 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)- Parameters:
Status- 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)
-
getIsUnschedulable
public Boolean getIsUnschedulable()
Get 节点是否设置成不可调度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsUnschedulable 节点是否设置成不可调度 注意:此字段可能返回 null,表示取不到有效值。
-
setIsUnschedulable
public void setIsUnschedulable(Boolean IsUnschedulable)
Set 节点是否设置成不可调度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsUnschedulable- 节点是否设置成不可调度 注意:此字段可能返回 null,表示取不到有效值。
-
getLabels
public Label[] getLabels()
Get 伸缩组的label列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Labels 伸缩组的label列表 注意:此字段可能返回 null,表示取不到有效值。
-
setLabels
public void setLabels(Label[] Labels)
Set 伸缩组的label列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Labels- 伸缩组的label列表 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedTime
public String getCreatedTime()
Get 创建时间- Returns:
- CreatedTime 创建时间
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 创建时间- Parameters:
CreatedTime- 创建时间
-
-