public class DeleteClusterAsGroupsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteClusterAsGroupsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getAutoScalingGroupIds()Get Cluster scaling group ID list | 
| String | getClusterId()Get The cluster ID, obtained through the [DescribeClusters](https://cloud.tencent.com/document/api/457/31862) API. | 
| Boolean | getKeepInstance()Get Whether to keep nodes in the scaling group. | 
| void | setAutoScalingGroupIds(String[] AutoScalingGroupIds)Set Cluster scaling group ID list | 
| void | setClusterId(String ClusterId)Set The cluster ID, obtained through the [DescribeClusters](https://cloud.tencent.com/document/api/457/31862) API. | 
| void | setKeepInstance(Boolean KeepInstance)Set Whether to keep nodes in the scaling group. | 
| 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 String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The cluster ID, obtained through the [DescribeClusters](https://cloud.tencent.com/document/api/457/31862) API.public String[] getAutoScalingGroupIds()
public void setAutoScalingGroupIds(String[] AutoScalingGroupIds)
AutoScalingGroupIds - Cluster scaling group ID listpublic Boolean getKeepInstance()
public void setKeepInstance(Boolean KeepInstance)
KeepInstance - Whether to keep nodes in the scaling group. Default to **false** (not keep)Copyright © 2020. All rights reserved.