public class GetTransferableNodesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
count
The number of nodes to be migrated.
|
String |
nodeType
The type of nodes.
|
构造器和说明 |
---|
GetTransferableNodesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetTransferableNodesRequest |
build(Map<String,?> map) |
Integer |
getCount() |
String |
getNodeType() |
GetTransferableNodesRequest |
setCount(Integer count) |
GetTransferableNodesRequest |
setNodeType(String nodeType) |
@NameInMap(value="count") public Integer count
The number of nodes to be migrated.
This parameter is required.
@NameInMap(value="nodeType") public String nodeType
The type of nodes.**WORKER**represents a hot node,**WORKER_WARM** represents a warm node.
This parameter is required.
public static GetTransferableNodesRequest build(Map<String,?> map) throws Exception
Exception
public GetTransferableNodesRequest setCount(Integer count)
public Integer getCount()
public GetTransferableNodesRequest setNodeType(String nodeType)
public String getNodeType()
Copyright © 2024. All rights reserved.