public class UpgradeProxyVersionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpgradeProxyVersionRequest() |
UpgradeProxyVersionRequest(UpgradeProxyVersionRequest 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 |
getDstProxyVersion()
Get Target version of database proxy
|
String |
getIsInMaintainPeriod()
Get Upgrade time.
|
String |
getProxyGroupId()
Get Database proxy u200dgroup ID
|
String |
getSrcProxyVersion()
Get Current version of database proxy
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setDstProxyVersion(String DstProxyVersion)
Set Target version of database proxy
|
void |
setIsInMaintainPeriod(String IsInMaintainPeriod)
Set Upgrade time.
|
void |
setProxyGroupId(String ProxyGroupId)
Set Database proxy u200dgroup ID
|
void |
setSrcProxyVersion(String SrcProxyVersion)
Set Current version of database proxy
|
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 UpgradeProxyVersionRequest()
public UpgradeProxyVersionRequest(UpgradeProxyVersionRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getSrcProxyVersion()
public void setSrcProxyVersion(String SrcProxyVersion)
SrcProxyVersion
- Current version of database proxypublic String getDstProxyVersion()
public void setDstProxyVersion(String DstProxyVersion)
DstProxyVersion
- Target version of database proxypublic String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId
- Database proxy u200dgroup IDpublic String getIsInMaintainPeriod()
public void setIsInMaintainPeriod(String IsInMaintainPeriod)
IsInMaintainPeriod
- Upgrade time. Valid values: `no` (upon upgrade completion), `yes` (upgrade during instance maintenance time)Copyright © 2024. All rights reserved.