public class ModifyCdbProxyAddressVipAndVPortRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyCdbProxyAddressVipAndVPortRequest() |
ModifyCdbProxyAddressVipAndVPortRequest(ModifyCdbProxyAddressVipAndVPortRequest 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 |
getProxyAddressId()
Get 代理组地址ID
|
String |
getProxyGroupId()
Get 代理组ID
|
Long |
getReleaseDuration()
Get 旧IP地址回收时间
|
String |
getUniqSubnetId()
Get 私有子网ID
|
String |
getUniqVpcId()
Get 私有网络ID
|
String |
getVip()
Get IP地址
|
Long |
getVPort()
Get 端口
|
void |
setProxyAddressId(String ProxyAddressId)
Set 代理组地址ID
|
void |
setProxyGroupId(String ProxyGroupId)
Set 代理组ID
|
void |
setReleaseDuration(Long ReleaseDuration)
Set 旧IP地址回收时间
|
void |
setUniqSubnetId(String UniqSubnetId)
Set 私有子网ID
|
void |
setUniqVpcId(String UniqVpcId)
Set 私有网络ID
|
void |
setVip(String Vip)
Set IP地址
|
void |
setVPort(Long VPort)
Set 端口
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyCdbProxyAddressVipAndVPortRequest()
public ModifyCdbProxyAddressVipAndVPortRequest(ModifyCdbProxyAddressVipAndVPortRequest source)
public String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId
- 代理组IDpublic String getProxyAddressId()
public void setProxyAddressId(String ProxyAddressId)
ProxyAddressId
- 代理组地址IDpublic String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- 私有网络IDpublic String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId
- 私有子网IDpublic String getVip()
public void setVip(String Vip)
Vip
- IP地址public Long getVPort()
public void setVPort(Long VPort)
VPort
- 端口public Long getReleaseDuration()
public void setReleaseDuration(Long ReleaseDuration)
ReleaseDuration
- 旧IP地址回收时间Copyright © 2024. All rights reserved.