public class SwitchClusterZoneRequest extends AbstractModel
header, skipSign| 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 Cluster ID | 
| String | getIsInMaintainPeriod()Get Valid values: `yes` (execute during maintenance time), `no` (execute now) | 
| String | getNewZone()Get New AZ | 
| String | getOldZone()Get The current AZ | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setIsInMaintainPeriod(String IsInMaintainPeriod)Set Valid values: `yes` (execute during maintenance time), `no` (execute now) | 
| void | setNewZone(String NewZone)Set New AZ | 
| void | setOldZone(String OldZone)Set The current AZ | 
| 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, toJsonStringpublic SwitchClusterZoneRequest()
public SwitchClusterZoneRequest(SwitchClusterZoneRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getOldZone()
public void setOldZone(String OldZone)
OldZone - The current AZpublic String getNewZone()
public void setNewZone(String NewZone)
NewZone - New AZpublic String getIsInMaintainPeriod()
public void setIsInMaintainPeriod(String IsInMaintainPeriod)
IsInMaintainPeriod - Valid values: `yes` (execute during maintenance time), `no` (execute now)Copyright © 2023. All rights reserved.