public class ScaleInMaster extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScaleInMaster() |
ScaleInMaster(ScaleInMaster 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 |
getInstanceDeleteMode()
Get 实例的保留模式
|
String |
getInstanceId()
Get 实例ID
|
String |
getNodeRole()
Get 缩容的实例角色:MASTER,ETCD,MASTER_ETCD
|
void |
setInstanceDeleteMode(String InstanceDeleteMode)
Set 实例的保留模式
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setNodeRole(String NodeRole)
Set 缩容的实例角色:MASTER,ETCD,MASTER_ETCD
|
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 ScaleInMaster()
public ScaleInMaster(ScaleInMaster source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getNodeRole()
public void setNodeRole(String NodeRole)
NodeRole
- 缩容的实例角色:MASTER,ETCD,MASTER_ETCDpublic String getInstanceDeleteMode()
public void setInstanceDeleteMode(String InstanceDeleteMode)
InstanceDeleteMode
- 实例的保留模式Copyright © 2024. All rights reserved.