public class ReduceInstanceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ReduceInstanceRequest() | 
| ReduceInstanceRequest(ReduceInstanceRequest 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 前端鉴权使用 | 
| String[] | getDelHosts()Get 节点列表 | 
| Long | getHaType()Get 缩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。 | 
| String | getInstanceId()Get 集群ID | 
| String | getType()Get 角色(MATER/CORE),MASTER 对应 FE,CORE对应BE | 
| void | setCheckAuth(Boolean CheckAuth)Set 前端鉴权使用 | 
| void | setDelHosts(String[] DelHosts)Set 节点列表 | 
| void | setHaType(Long HaType)Set 缩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。 | 
| void | setInstanceId(String InstanceId)Set 集群ID | 
| 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 ReduceInstanceRequest()
public ReduceInstanceRequest(ReduceInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 集群IDpublic String[] getDelHosts()
public void setDelHosts(String[] DelHosts)
DelHosts - 节点列表public String getType()
public void setType(String Type)
Type - 角色(MATER/CORE),MASTER 对应 FE,CORE对应BEpublic 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.