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。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。
|
String |
getProxyGroupId()
Get 代理组 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。
|
Long |
getReleaseDuration()
Get 旧 IP 地址回收时间。单位:小时,默认值:24,取值范围:0 - 168。
|
String |
getUniqSubnetId()
Get 私有子网 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
String |
getUniqVpcId()
Get 私有网络 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
String |
getVip()
Get IP 地址。若不填写则自动分配子网下的可用 IP。
|
Long |
getVPort()
Get 端口。默认值3306,取值范围:1024 - 65535。
|
void |
setProxyAddressId(String ProxyAddressId)
Set 代理组地址 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。
|
void |
setProxyGroupId(String ProxyGroupId)
Set 代理组 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。
|
void |
setReleaseDuration(Long ReleaseDuration)
Set 旧 IP 地址回收时间。单位:小时,默认值:24,取值范围:0 - 168。
|
void |
setUniqSubnetId(String UniqSubnetId)
Set 私有子网 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
void |
setUniqVpcId(String UniqVpcId)
Set 私有网络 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
void |
setVip(String Vip)
Set IP 地址。若不填写则自动分配子网下的可用 IP。
|
void |
setVPort(Long VPort)
Set 端口。默认值3306,取值范围:1024 - 65535。
|
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
- 代理组 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。public String getProxyAddressId()
public void setProxyAddressId(String ProxyAddressId)
ProxyAddressId
- 代理组地址 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- 私有网络 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。public String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId
- 私有子网 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。public String getVip()
public void setVip(String Vip)
Vip
- IP 地址。若不填写则自动分配子网下的可用 IP。public Long getVPort()
public void setVPort(Long VPort)
VPort
- 端口。默认值3306,取值范围:1024 - 65535。public Long getReleaseDuration()
public void setReleaseDuration(Long ReleaseDuration)
ReleaseDuration
- 旧 IP 地址回收时间。单位:小时,默认值:24,取值范围:0 - 168。Copyright © 2025. All rights reserved.