调用 ModifyNatGatewayAttributes 接口,修改NAT网关的规格、名称、描述。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyNatGatewayAttributes | 要执行的操作,取值:ModifyNatGatewayAttributes。 |
Version | String | 是 | 2020-04-01 | API的版本信息,当前版本为:2020-04-01。 |
NatGatewayId | String | 是 | ngw-3tex2x1cwd4c6c0v**** | NAT网关的ID。 |
Spec | String | 否 | Medium | NAT网关的目标规格。取值如下:
说明 私网NAT无规格属性,不支持变更。 |
NatGatewayName | String | 否 | nat-01 | NAT网关的名称。
|
Description | String | 否 | This is a nat | NAT网关的描述。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=ModifyNatGatewayAttributes&Version=2020-04-01&NatGatewayId=ngw-2fedgzyvtzaio59gp675l****&Spec=Small&NatGatewayName=nat-1 HTTP/1.1 Host: open.volcengineapi.com Service: natgateway Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "ModifyNatGatewayAttributes", "Version": "2020-04-01", "Service": "natgateway", "Region": "cn-beijing" }, "Result":{ "RequestId": "2021062415303301022514515207C4****" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidNatGateway.InvalidBillingType | The specified NAT gateway is not in the correct billing type for the request. | 指定的NAT网关所处计费类型无法响应该请求。 |
400 | InvalidNatGateway.InvalidStatus | The specified NAT gateway is not in the correct status for the request. | 指定的NAT网关所处的状态无法响应该请求。 |
400 | InvalidNatGatewaySpec.Malformed | The specified NAT spec is malformed. | 指定的NAT网关规格不支持。 |
400 | UnsupportedOperation | The request on the specified instance is denied due to the account in arrears status. | 因账户处于欠费状态,对于该实例的操作请求被拒绝。 |
400 | UnsupportedOperation | The request on the specified instance is denied due to the account balance and available vouchers are less than 100 yuan in total. | 因账户余额及可用代金券共不足100元,对于该实例的操作请求被拒绝。 |
403 | Forbidden.PurchaseLimited | The account is not authorized to purchase the resource. | 此账户无权限购买资源。 |
404 | InvalidNatGateway.NotFound | The specified NAT gateway does not exist. | 指定的NAT网关不存在。 |
412 | InvalidNatGateway.Expired | The specified NAT gateway has expired. | 指定的NAT网关已到期。 |