public class UpgradeProxyVersionRequest extends AbstractModel
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 集群ID
|
String |
getDstProxyVersion()
Get 数据库代理升级版本
|
String |
getIsInMaintainPeriod()
Get 升级时间 :no(升级完成时)yes(实例维护时间)
|
String |
getProxyGroupId()
Get 数据库代理组ID
|
String |
getSrcProxyVersion()
Get 数据库代理当前版本
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setDstProxyVersion(String DstProxyVersion)
Set 数据库代理升级版本
|
void |
setIsInMaintainPeriod(String IsInMaintainPeriod)
Set 升级时间 :no(升级完成时)yes(实例维护时间)
|
void |
setProxyGroupId(String ProxyGroupId)
Set 数据库代理组ID
|
void |
setSrcProxyVersion(String SrcProxyVersion)
Set 数据库代理当前版本
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpgradeProxyVersionRequest()
public UpgradeProxyVersionRequest(UpgradeProxyVersionRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getSrcProxyVersion()
public void setSrcProxyVersion(String SrcProxyVersion)
SrcProxyVersion
- 数据库代理当前版本public String getDstProxyVersion()
public void setDstProxyVersion(String DstProxyVersion)
DstProxyVersion
- 数据库代理升级版本public String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId
- 数据库代理组IDpublic String getIsInMaintainPeriod()
public void setIsInMaintainPeriod(String IsInMaintainPeriod)
IsInMaintainPeriod
- 升级时间 :no(升级完成时)yes(实例维护时间)Copyright © 2023. All rights reserved.