public class ScaleUpInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScaleUpInstanceRequest() |
ScaleUpInstanceRequest(ScaleUpInstanceRequest 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 |
---|---|
Boolean |
getCheckAuth()
Get 前端鉴权使用,后端API调用传false,传true不会执行变配
|
String |
getInstanceId()
Get 集群ID
|
Boolean |
getRollingRestart()
Get 是否滚动重启
|
String |
getSpecName()
Get 节点规格
|
String |
getType()
Get 角色(MASTER/CORE),MASTER 对应 FE,CORE对应BE
|
void |
setCheckAuth(Boolean CheckAuth)
Set 前端鉴权使用,后端API调用传false,传true不会执行变配
|
void |
setInstanceId(String InstanceId)
Set 集群ID
|
void |
setRollingRestart(Boolean RollingRestart)
Set 是否滚动重启
|
void |
setSpecName(String SpecName)
Set 节点规格
|
void |
setType(String Type)
Set 角色(MASTER/CORE),MASTER 对应 FE,CORE对应BE
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ScaleUpInstanceRequest()
public ScaleUpInstanceRequest(ScaleUpInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群IDpublic String getSpecName()
public void setSpecName(String SpecName)
SpecName
- 节点规格public String getType()
public void setType(String Type)
Type
- 角色(MASTER/CORE),MASTER 对应 FE,CORE对应BEpublic Boolean getCheckAuth()
public void setCheckAuth(Boolean CheckAuth)
CheckAuth
- 前端鉴权使用,后端API调用传false,传true不会执行变配public Boolean getRollingRestart()
public void setRollingRestart(Boolean RollingRestart)
RollingRestart
- 是否滚动重启Copyright © 2025. All rights reserved.