public class DeleteClusterAsGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteClusterAsGroupsRequest() | 
| DeleteClusterAsGroupsRequest(DeleteClusterAsGroupsRequest 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[] | getAutoScalingGroupIds()Get 集群伸缩组ID的列表 | 
| String | getClusterId()Get 集群ID,通过[DescribeClusters](https://cloud.tencent.com/document/api/457/31862)接口获取。 | 
| Boolean | getKeepInstance()Get 是否保留伸缩组中的节点(默认值: false(不保留)) | 
| void | setAutoScalingGroupIds(String[] AutoScalingGroupIds)Set 集群伸缩组ID的列表 | 
| void | setClusterId(String ClusterId)Set 集群ID,通过[DescribeClusters](https://cloud.tencent.com/document/api/457/31862)接口获取。 | 
| void | setKeepInstance(Boolean KeepInstance)Set 是否保留伸缩组中的节点(默认值: false(不保留)) | 
| 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 DeleteClusterAsGroupsRequest()
public DeleteClusterAsGroupsRequest(DeleteClusterAsGroupsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群ID,通过[DescribeClusters](https://cloud.tencent.com/document/api/457/31862)接口获取。public String[] getAutoScalingGroupIds()
public void setAutoScalingGroupIds(String[] AutoScalingGroupIds)
AutoScalingGroupIds - 集群伸缩组ID的列表public Boolean getKeepInstance()
public void setKeepInstance(Boolean KeepInstance)
KeepInstance - 是否保留伸缩组中的节点(默认值: false(不保留))Copyright © 2025. All rights reserved.