public class ModifyDBInstanceVipVportRequest extends AbstractModel
Constructor and Description |
---|
ModifyDBInstanceVipVportRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDstIp()
Get Destination IP.
|
Long |
getDstPort()
Get Destination port number.
|
String |
getInstanceId()
Get Instance ID in the format of cdb-c1nl9rpv.
|
Long |
getReleaseDuration()
Get Repossession duration in hours for old IP in the original network when changing from the basic 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 Destination IP.
|
void |
setDstPort(Long DstPort)
Set Destination port number.
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of cdb-c1nl9rpv.
|
void |
setReleaseDuration(Long ReleaseDuration)
Set Repossession duration in hours for old IP in the original network when changing from the basic 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of cdb-c1nl9rpv. It is the same as the instance ID displayed on the TencentDB Console page. You can use the [instance list querying API](https://cloud.tencent.com/document/api/236/15872) to query the ID, whose value is the `InstanceId` value in output parameters.public String getDstIp()
public void setDstIp(String DstIp)
DstIp
- Destination IP. Either this parameter or `DstPort` must be passed in.public Long getDstPort()
public void setDstPort(Long DstPort)
DstPort
- Destination 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 ID.public Long getReleaseDuration()
public void setReleaseDuration(Long ReleaseDuration)
ReleaseDuration
- Repossession duration in hours for old IP in the original network when changing from the basic network to VPC or changing the VPC subnet. Value range: 0-168 hours. Default value: 24 hours.Copyright © 2020. All rights reserved.