public class GetSuggestShrinkableNodesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
count
The number of nodes that you want to remove.
|
Boolean |
ignoreStatus
Specifies whether to ignore the instance status.
|
String |
nodeType
The type of removing nodes.
|
构造器和说明 |
---|
GetSuggestShrinkableNodesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetSuggestShrinkableNodesRequest |
build(Map<String,?> map) |
Integer |
getCount() |
Boolean |
getIgnoreStatus() |
String |
getNodeType() |
GetSuggestShrinkableNodesRequest |
setCount(Integer count) |
GetSuggestShrinkableNodesRequest |
setIgnoreStatus(Boolean ignoreStatus) |
GetSuggestShrinkableNodesRequest |
setNodeType(String nodeType) |
@NameInMap(value="count") public Integer count
The number of nodes that you want to remove.
This parameter is required.
@NameInMap(value="ignoreStatus") public Boolean ignoreStatus
Specifies whether to ignore the instance status. Default value: false.
@NameInMap(value="nodeType") public String nodeType
The type of removing nodes. WORKER indicates hot node and WORKER_WARM indicates warm node.
This parameter is required.
public static GetSuggestShrinkableNodesRequest build(Map<String,?> map) throws Exception
Exception
public GetSuggestShrinkableNodesRequest setCount(Integer count)
public Integer getCount()
public GetSuggestShrinkableNodesRequest setIgnoreStatus(Boolean ignoreStatus)
public Boolean getIgnoreStatus()
public GetSuggestShrinkableNodesRequest setNodeType(String nodeType)
public String getNodeType()
Copyright © 2024. All rights reserved.