Domain name for API request: vpc.tencentcloudapi.com.
This API is used to modify the port forwarding rule of a NAT gateway.
A maximum of 100 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ModifyNatGatewayDestinationIpPortTranslationNatRule. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
NatGatewayId | Yes | String | The ID of the NAT gateway, such as nat-df45454 . |
SourceNatRule | Yes | DestinationIpPortTranslationNatRule | The port forwarding rule of the source NAT gateway. |
DestinationNatRule | Yes | DestinationIpPortTranslationNatRule | The port forwarding rule of the destination NAT gateway. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to modify the port forwarding rules of a NAT gateway. To modify the source rules (SourceNatRule), you only need to pass in IpProtocol
, PublicIpAddress
, and PublicPort
. To modify the destination rules (DestinationNatRule), pass in all the parameters to be modified.
https://vpc.tencentcloudapi.com/?Action=ModifyNatGatewayDestinationIpPortTranslationNatRule
&NatGatewayId=nat-3isn9hr0
&SourceNatRule.IpProtocol=TCP
&SourceNatRule.PublicIpAddress=139.199.232.238
&SourceNatRule.PublicPort=8989
&SourceNatRule.Description=xx
&SourceNatRule.PrivateIpAddress=10.0.8.9
&SourceNatRule.PrivatePort=9090
&DestinationNatRule.IpProtocol=UDP
&DestinationNatRule.PublicIpAddress=139.199.232.226
&DestinationNatRule.PublicPort=8586
&DestinationNatRule.PrivateIpAddress=10.80.80.41
&DestinationNatRule.PrivatePort=8586
&DestinationNatRule.Description=test_modify
&<Common request parameters>
{
"Response": {
"RequestId": "dbffc3f0-1807-4683-89ee-2d2b96425ee1"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
本页内容是否解决了您的问题?