public class SwitchProxyVpcRequest extends AbstractModel
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 Cluster ID
|
Long |
getOldIpReserveHours()
Get Valid hours of old IP
|
String |
getProxyGroupId()
Get Database proxy group ID (required), which can be obtained through the `DescribeProxies` API.
|
String |
getUniqSubnetId()
Get Subnet ID in string
|
String |
getUniqVpcId()
Get VPC ID in string
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setOldIpReserveHours(Long OldIpReserveHours)
Set Valid hours of old IP
|
void |
setProxyGroupId(String ProxyGroupId)
Set Database proxy group ID (required), which can be obtained through the `DescribeProxies` API.
|
void |
setUniqSubnetId(String UniqSubnetId)
Set Subnet ID in string
|
void |
setUniqVpcId(String UniqVpcId)
Set VPC ID in string
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SwitchProxyVpcRequest()
public SwitchProxyVpcRequest(SwitchProxyVpcRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- VPC ID in stringpublic String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId
- Subnet ID in stringpublic Long getOldIpReserveHours()
public void setOldIpReserveHours(Long OldIpReserveHours)
OldIpReserveHours
- Valid hours of old IPpublic String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId
- Database proxy group ID (required), which can be obtained through the `DescribeProxies` API.Copyright © 2023. All rights reserved.