Class ModifyCdbProxyAddressVipAndVPortRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.ModifyCdbProxyAddressVipAndVPortRequest
-
public class ModifyCdbProxyAddressVipAndVPortRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProxyAddressId()Get 代理组地址IDStringgetProxyGroupId()Get 代理组IDLonggetReleaseDuration()Get 旧IP地址回收时间StringgetUniqSubnetId()Get 私有子网IDStringgetUniqVpcId()Get 私有网络IDStringgetVip()Get IP地址LonggetVPort()Get 端口voidsetProxyAddressId(String ProxyAddressId)Set 代理组地址IDvoidsetProxyGroupId(String ProxyGroupId)Set 代理组IDvoidsetReleaseDuration(Long ReleaseDuration)Set 旧IP地址回收时间voidsetUniqSubnetId(String UniqSubnetId)Set 私有子网IDvoidsetUniqVpcId(String UniqVpcId)Set 私有网络IDvoidsetVip(String Vip)Set IP地址voidsetVPort(Long VPort)Set 端口voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyCdbProxyAddressVipAndVPortRequest
public ModifyCdbProxyAddressVipAndVPortRequest()
-
ModifyCdbProxyAddressVipAndVPortRequest
public 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.
-
-
Method Detail
-
getProxyGroupId
public String getProxyGroupId()
Get 代理组ID- Returns:
- ProxyGroupId 代理组ID
-
setProxyGroupId
public void setProxyGroupId(String ProxyGroupId)
Set 代理组ID- Parameters:
ProxyGroupId- 代理组ID
-
getProxyAddressId
public String getProxyAddressId()
Get 代理组地址ID- Returns:
- ProxyAddressId 代理组地址ID
-
setProxyAddressId
public void setProxyAddressId(String ProxyAddressId)
Set 代理组地址ID- Parameters:
ProxyAddressId- 代理组地址ID
-
getUniqVpcId
public String getUniqVpcId()
Get 私有网络ID- Returns:
- UniqVpcId 私有网络ID
-
setUniqVpcId
public void setUniqVpcId(String UniqVpcId)
Set 私有网络ID- Parameters:
UniqVpcId- 私有网络ID
-
getUniqSubnetId
public String getUniqSubnetId()
Get 私有子网ID- Returns:
- UniqSubnetId 私有子网ID
-
setUniqSubnetId
public void setUniqSubnetId(String UniqSubnetId)
Set 私有子网ID- Parameters:
UniqSubnetId- 私有子网ID
-
getVip
public String getVip()
Get IP地址- Returns:
- Vip IP地址
-
setVip
public void setVip(String Vip)
Set IP地址- Parameters:
Vip- IP地址
-
getVPort
public Long getVPort()
Get 端口- Returns:
- VPort 端口
-
setVPort
public void setVPort(Long VPort)
Set 端口- Parameters:
VPort- 端口
-
getReleaseDuration
public Long getReleaseDuration()
Get 旧IP地址回收时间- Returns:
- ReleaseDuration 旧IP地址回收时间
-
setReleaseDuration
public void setReleaseDuration(Long ReleaseDuration)
Set 旧IP地址回收时间- Parameters:
ReleaseDuration- 旧IP地址回收时间
-
-