Note:
This is a legacy API which has been hidden and will no longer be updated. We recommend using the new VPC API 3.0 which is standardized and faster.
This API (ModifyNatGateway) is used to modify NAT gateways.
Domain for API request: vpc.api.qcloud.com
The following request parameter list only provides API request parameters. Common request parameters need to be added when the API is called. For more information, refer to Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
vpcId | Yes | string | Virtual private cloud ID or unified ID (unified ID is recommended), for example: vpc-x7d44d. |
natId | Yes | string | Unified ID of NAT gateway, for example: nat-df45454. |
natName | No | string | NAT gateway name. It supports 1-25 characters, including uppercase and lowercase English letters, numbers, and underscores. |
bandwidth | No | int | The maximum public network output bandwidth of the gateway (unit: Mbps), which is 100 Mbps by default. For more information about supported data, please refer to Virtual Private Cloud Gateway Description. |
Parameter Name | Type | Description |
---|---|---|
code | Int | Error code. 0: succeeded, other values: Failed |
message | String | Error message |
The following error code list only provides the business logic error codes for this API. For additional common error codes, refer to VPC Error Codes.
Error Code | Description |
---|---|
InvalidVpc.NotFound | Invalid VPC. VPC resource does not exist. Please verify that the resource information you entered is correct. You can query the VPC via the DescribeVpcEx API |
InvalidNatGatewayId.NotFound | Invalid NAT gateway, NAT gateway resource does not exist. Please verify that the resource information you entered is correct. You can query the NAT gateway via the DescribeNatGateway API |
InvalidNatGatewayName | The NAT gateway name is invalid. Valid NAT gateway name shall have a length of 1-60 characters, and can contain uppercase and lowercase English letters, numbers, and underscores |
Input
https://vpc.api.qcloud.com/v2/index.php?Action=ModifyNatGateway &> &natId=nat-jngbqyfs &vpcId=314 &natName=cici
Output
{
"code":"0",
"message":""
}
Was this page helpful?