public class ExistedInstancesForNode extends AbstractModel
Constructor and Description |
---|
ExistedInstancesForNode() |
Modifier and Type | Method and Description |
---|---|
ExistedInstancesPara |
getExistedInstancesPara()
Get Reinstallation parameter of existing instances
|
String |
getNodeRole()
Get Node role.
|
void |
setExistedInstancesPara(ExistedInstancesPara ExistedInstancesPara)
Set Reinstallation parameter of existing instances
|
void |
setNodeRole(String NodeRole)
Set Node role.
|
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, toJsonString
public String getNodeRole()
public void setNodeRole(String NodeRole)
NodeRole
- Node role. Values: MASTER_ETCD, WORKER. You only need to specify MASTER_ETCD when creating a self-deployed cluster (INDEPENDENT_CLUSTER).public ExistedInstancesPara getExistedInstancesPara()
public void setExistedInstancesPara(ExistedInstancesPara ExistedInstancesPara)
ExistedInstancesPara
- Reinstallation parameter of existing instancesCopyright © 2020. All rights reserved.