public class SwitchProxyVpcRequest extends AbstractModel
skipSign
Constructor and Description |
---|
SwitchProxyVpcRequest() |
SwitchProxyVpcRequest(SwitchProxyVpcRequest 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
|
Long |
getOldIpReserveHours()
Get 旧地址回收时间
|
String |
getProxyGroupId()
Get 数据库代理组Id(该参数为必填项,可以通过DescribeProxies接口获得)
|
String |
getUniqSubnetId()
Get 字符串子网id
|
String |
getUniqVpcId()
Get 字符串vpc id
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setOldIpReserveHours(Long OldIpReserveHours)
Set 旧地址回收时间
|
void |
setProxyGroupId(String ProxyGroupId)
Set 数据库代理组Id(该参数为必填项,可以通过DescribeProxies接口获得)
|
void |
setUniqSubnetId(String UniqSubnetId)
Set 字符串子网id
|
void |
setUniqVpcId(String UniqVpcId)
Set 字符串vpc id
|
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 SwitchProxyVpcRequest()
public SwitchProxyVpcRequest(SwitchProxyVpcRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- 字符串vpc idpublic String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId
- 字符串子网idpublic Long getOldIpReserveHours()
public void setOldIpReserveHours(Long OldIpReserveHours)
OldIpReserveHours
- 旧地址回收时间public String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId
- 数据库代理组Id(该参数为必填项,可以通过DescribeProxies接口获得)Copyright © 2023. All rights reserved.