public class ScaleOutInstanceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScaleOutInstanceRequest() | 
| ScaleOutInstanceRequest(ScaleOutInstanceRequest 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 前端鉴权使用 | 
| Long | getHaType()Get 扩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。 | 
| String | getInstanceId()Get 集群ID | 
| Long | getNodeCount()Get 节点数量 | 
| String | getType()Get 角色(MATER/CORE),MASTER 对应 FE,CORE对应BE | 
| void | setCheckAuth(Boolean CheckAuth)Set 前端鉴权使用 | 
| void | setHaType(Long HaType)Set 扩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。 | 
| void | setInstanceId(String InstanceId)Set 集群ID | 
| void | setNodeCount(Long NodeCount)Set 节点数量 | 
| void | setType(String Type)Set 角色(MATER/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, toJsonStringpublic ScaleOutInstanceRequest()
public ScaleOutInstanceRequest(ScaleOutInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 集群IDpublic String getType()
public void setType(String Type)
Type - 角色(MATER/CORE),MASTER 对应 FE,CORE对应BEpublic Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount - 节点数量public Long getHaType()
public void setHaType(Long HaType)
HaType - 扩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。public Boolean getCheckAuth()
public void setCheckAuth(Boolean CheckAuth)
CheckAuth - 前端鉴权使用Copyright © 2025. All rights reserved.