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 |
getCurrentProxyVersion()
Get Current Proxy version.
|
String |
getInstanceId()
Get Instance ID.
|
Long |
getInstanceTypeUpgradeNow()
Get Specifies whether to upgrade immediately.
|
String |
getUpgradeProxyVersion()
Get Upgradable Redis version.
|
void |
setCurrentProxyVersion(String CurrentProxyVersion)
Set Current Proxy version.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setInstanceTypeUpgradeNow(Long InstanceTypeUpgradeNow)
Set Specifies whether to upgrade immediately.
|
void |
setUpgradeProxyVersion(String UpgradeProxyVersion)
Set Upgradable Redis version.
|
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 getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.public String getCurrentProxyVersion()
public void setCurrentProxyVersion(String CurrentProxyVersion)
CurrentProxyVersion
- Current Proxy version.public String getUpgradeProxyVersion()
public void setUpgradeProxyVersion(String UpgradeProxyVersion)
UpgradeProxyVersion
- Upgradable Redis version.public Long getInstanceTypeUpgradeNow()
public void setInstanceTypeUpgradeNow(Long InstanceTypeUpgradeNow)
InstanceTypeUpgradeNow
- Specifies whether to upgrade immediately.
- 1: Upgrade immediately.
- 0: Upgrade during the maintenance window.Copyright © 2025. All rights reserved.