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 Cluster scaling group ID list
|
String |
getClusterId()
Get The cluster ID, obtained through the [DescribeClusters](https://intl.cloud.tencent.com/document/api/457/31862?from_cn_redirect=1) 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://intl.cloud.tencent.com/document/api/457/31862?from_cn_redirect=1) 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteClusterAsGroupsRequest()
public DeleteClusterAsGroupsRequest(DeleteClusterAsGroupsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The cluster ID, obtained through the [DescribeClusters](https://intl.cloud.tencent.com/document/api/457/31862?from_cn_redirect=1) 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 © 2024. All rights reserved.