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 Scaling group ID | 
| String | getCreatedTime()Get Creation time | 
| Boolean | getIsUnschedulable()Get Whether the node is set to unschedulable
Note: this field may return null, indicating that no valid value was found. | 
| Label[] | getLabels()Get Scaling group label list
Note: this field may return null, indicating that no valid value was found. | 
| String | getStatus()Get Scaling group status (`enabled`, `enabling`, `disabled`, `disabling`, `updating`, `deleting`, `scaleDownEnabling`, `scaleDownDisabling`) | 
| void | setAutoScalingGroupId(String AutoScalingGroupId)Set Scaling group ID | 
| void | setCreatedTime(String CreatedTime)Set Creation time | 
| void | setIsUnschedulable(Boolean IsUnschedulable)Set Whether the node is set to unschedulable
Note: this field may return null, indicating that no valid value was found. | 
| void | setLabels(Label[] Labels)Set Scaling group label list
Note: this field may return null, indicating that no valid value was found. | 
| void | setStatus(String Status)Set Scaling group status (`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, toJsonStringpublic ClusterAsGroup()
public ClusterAsGroup(ClusterAsGroup source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId - Scaling group IDpublic String getStatus()
public void setStatus(String Status)
Status - Scaling group status (`enabled`, `enabling`, `disabled`, `disabling`, `updating`, `deleting`, `scaleDownEnabling`, `scaleDownDisabling`)public Boolean getIsUnschedulable()
public void setIsUnschedulable(Boolean IsUnschedulable)
IsUnschedulable - Whether the node is set to unschedulable
Note: this field may return null, indicating that no valid value was found.public Label[] getLabels()
public void setLabels(Label[] Labels)
Labels - Scaling group label list
Note: this field may return null, indicating that no valid value was found.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Creation timeCopyright © 2023. All rights reserved.