public class SwitchClusterZoneRequest extends AbstractModel
Constructor and Description |
---|
SwitchClusterZoneRequest() |
SwitchClusterZoneRequest(SwitchClusterZoneRequest 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 |
getClusterId()
Get 集群Id
|
String |
getIsInMaintainPeriod()
Get 维护期间执行-yes,立即执行-no
|
String |
getNewZone()
Get 要切换到的可用区
|
String |
getOldZone()
Get 当前可用区
|
void |
setClusterId(String ClusterId)
Set 集群Id
|
void |
setIsInMaintainPeriod(String IsInMaintainPeriod)
Set 维护期间执行-yes,立即执行-no
|
void |
setNewZone(String NewZone)
Set 要切换到的可用区
|
void |
setOldZone(String OldZone)
Set 当前可用区
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SwitchClusterZoneRequest()
public SwitchClusterZoneRequest(SwitchClusterZoneRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群Idpublic String getOldZone()
public void setOldZone(String OldZone)
OldZone
- 当前可用区public String getNewZone()
public void setNewZone(String NewZone)
NewZone
- 要切换到的可用区public String getIsInMaintainPeriod()
public void setIsInMaintainPeriod(String IsInMaintainPeriod)
IsInMaintainPeriod
- 维护期间执行-yes,立即执行-noCopyright © 2022. All rights reserved.