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 |
---|---|
String[] |
getDelHosts()
Get Node list
|
Long |
getHaType()
Get High availability cluster type after scale-in.
|
String |
getInstanceId()
Get Cluster ID
|
String |
getType()
Get Role (MATER/CORE), MASTER corresponds to FE, CORE corresponds to BE.
|
void |
setDelHosts(String[] DelHosts)
Set Node list
|
void |
setHaType(Long HaType)
Set High availability cluster type after scale-in.
|
void |
setInstanceId(String InstanceId)
Set Cluster ID
|
void |
setType(String Type)
Set Role (MATER/CORE), MASTER corresponds to FE, CORE corresponds to BE.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ReduceInstanceRequest()
public ReduceInstanceRequest(ReduceInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster IDpublic String[] getDelHosts()
public void setDelHosts(String[] DelHosts)
DelHosts
- Node listpublic String getType()
public void setType(String Type)
Type
- Role (MATER/CORE), MASTER corresponds to FE, CORE corresponds to BE.public Long getHaType()
public void setHaType(Long HaType)
HaType
- High availability cluster type after scale-in. 0: non-high availability; 1: read high availability; 2: read-write high availabilityCopyright © 2024. All rights reserved.