public class ModifyCDBProxyVipVPortRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyCDBProxyVipVPortRequest() | 
| ModifyCDBProxyVipVPortRequest(ModifyCDBProxyVipVPortRequest 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 | getDstIp()Get New IP | 
| Long | getDstPort()Get New port | 
| String | getProxyGroupId()Get Proxy group ID | 
| Long | getReleaseDuration()Get Valid hours of the old IP | 
| String | getUniqSubnetId()Get VPC subnet ID | 
| String | getUniqVpcId()Get VPC ID | 
| void | setDstIp(String DstIp)Set New IP | 
| void | setDstPort(Long DstPort)Set New port | 
| void | setProxyGroupId(String ProxyGroupId)Set Proxy group ID | 
| void | setReleaseDuration(Long ReleaseDuration)Set Valid hours of the old IP | 
| void | setUniqSubnetId(String UniqSubnetId)Set VPC subnet 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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ModifyCDBProxyVipVPortRequest()
public ModifyCDBProxyVipVPortRequest(ModifyCDBProxyVipVPortRequest source)
public String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId - Proxy group IDpublic String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId - VPC IDpublic String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId - VPC subnet IDpublic String getDstIp()
public void setDstIp(String DstIp)
DstIp - New IPpublic Long getDstPort()
public void setDstPort(Long DstPort)
DstPort - New portpublic Long getReleaseDuration()
public void setReleaseDuration(Long ReleaseDuration)
ReleaseDuration - Valid hours of the old IPCopyright © 2022. All rights reserved.