public class DeployConfig extends AbstractModel
Constructor and Description |
---|
DeployConfig() |
DeployConfig(DeployConfig 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[] |
getNodes()
Get 指定的节点
|
String |
getNodeSelectType()
Get 部署类型,取值范围:
- SPECIFIC:专有模式
- AUTO:普通模式
|
void |
setNodes(String[] Nodes)
Set 指定的节点
|
void |
setNodeSelectType(String NodeSelectType)
Set 部署类型,取值范围:
- SPECIFIC:专有模式
- AUTO:普通模式
|
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 DeployConfig()
public DeployConfig(DeployConfig source)
public String getNodeSelectType()
public void setNodeSelectType(String NodeSelectType)
NodeSelectType
- 部署类型,取值范围:
- SPECIFIC:专有模式
- AUTO:普通模式public String[] getNodes()
public void setNodes(String[] Nodes)
Nodes
- 指定的节点Copyright © 2022. All rights reserved.