public class ModifyDBInstanceVipVportRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyDBInstanceVipVportRequest()  | 
ModifyDBInstanceVipVportRequest(ModifyDBInstanceVipVportRequest 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 Target IP. 
 | 
Long | 
getDstPort()
Get Target port number. 
 | 
String | 
getInstanceId()
Get Instance ID in the format of cdb-c1nl9rpv, cdbro-c2nl9rpv, or cdbrg-c3nl9rpv. 
 | 
Long | 
getReleaseDuration()
Get Repossession duration in hours for old IP in the original network when changing from classic network to VPC or changing the VPC subnet. 
 | 
String | 
getUniqSubnetId()
Get Unified subnet ID 
 | 
String | 
getUniqVpcId()
Get Unified VPC ID 
 | 
void | 
setDstIp(String DstIp)
Set Target IP. 
 | 
void | 
setDstPort(Long DstPort)
Set Target port number. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID in the format of cdb-c1nl9rpv, cdbro-c2nl9rpv, or cdbrg-c3nl9rpv. 
 | 
void | 
setReleaseDuration(Long ReleaseDuration)
Set Repossession duration in hours for old IP in the original network when changing from classic network to VPC or changing the VPC subnet. 
 | 
void | 
setUniqSubnetId(String UniqSubnetId)
Set Unified subnet ID 
 | 
void | 
setUniqVpcId(String UniqVpcId)
Set Unified VPC ID 
 | 
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, toJsonStringpublic ModifyDBInstanceVipVportRequest()
public ModifyDBInstanceVipVportRequest(ModifyDBInstanceVipVportRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID in the format of cdb-c1nl9rpv, cdbro-c2nl9rpv, or cdbrg-c3nl9rpv. It is the same as the instance ID displayed on the TencentDB Console page. You can use the [DescribeDBInstances](https://www.tencentcloud.com/document/product/236/15872) API to query the ID, which is the value of the `InstanceId` output parameter.public String getDstIp()
public void setDstIp(String DstIp)
DstIp - Target IP. Either this parameter or `DstPort` must be passed in.public Long getDstPort()
public void setDstPort(Long DstPort)
DstPort - Target port number. Value range: 1024-65535. Either this parameter or `DstIp` must be passed in.public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId - Unified VPC IDpublic String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId - Unified subnet IDpublic Long getReleaseDuration()
public void setReleaseDuration(Long ReleaseDuration)
ReleaseDuration - Repossession duration in hours for old IP in the original network when changing from classic network to VPC or changing the VPC subnet. Value range: 0–168. Default value: `24`.Copyright © 2025. All rights reserved.