ModifyNatGatewayAttribute_专有网络_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

本接口查询的 NAT 网关包括公网 NAT 网关和 VPC NAT 网关,文中出现的“NAT 网关”不做具体的区分。

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
vpc:ModifyNatGatewayAttribute
Update
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}

请求参数

字段名称字段详情
RegionIdstring

要修改的 NAT 网关所在的地域 ID。 展开详情

示例值:cn-hangzhou参考取值来源:
    DescribeRegions
NatGatewayIdstring

要修改的 NAT 网关的 ID。

示例值:ngw-2ze0dcn4mq31qx2jc****参考取值来源:
    CreateNatGateway
    DescribeNatGateways
Namestring

要修改的 NAT 网关名称。展开详情

示例值:nat123
Descriptionstring

要修改的 NAT 网关描述信息。展开详情

示例值:Description
IcmpReplyEnabledboolean

是否开启 ICMP 代回。取值:展开详情

示例值:true
EipBindModestring

修改 NAT 网关的 EIP 绑定模式。取值:可以为空,非空时只允许为 NAT,表示绑定模式为 EIP 普通模式。展开详情

示例值:NAT枚举值:NAT
EnableSessionLogboolean

是否开启会话日志,取值:展开详情

示例值:true
LogDeliveryobject

会话日志配置信息。

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:AB5F62CF-2B60-4458-A756-42C9DFE108D1

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
UnsupportedFeature.PrivateLinkMode
The feature of %s is not supported.诊断
400
IncorrectStatus.NATGW
NATGW status is invalid.诊断
400
ExclusiveParam.%sAnd%s
The param of %s and %s are mutually exclusive.诊断
400
IncorrectStatus.NatGateway
The status of natgateway is incorrect.诊断
400
DependencyViolation.PrivateLinkMode
The specified resource of %s depends on %s, so the operation cannot be completed.诊断
400
UnsupportedFeature.IcmpReplyEnabled
The feature of IcmpReplyEnabled is not supported.诊断
400
InvalidParams.NotNull
The parameter must not be null, name or description or icmpReplyEnabled诊断
400
InvalidParameter.Name.Malformed
The specified Name is not valid.诊断
400
InvalidParameter.Description.Malformed
The specified Description is not valid.诊断
400
UnsupportedFeature.IndirectConvertForVpcNat
The VPC NAT gateway is not support to change EIP bond type.诊断
400
UnsupportedFeature.NormalNatModifyEipBindMode
The normal NAT gateway is not support to change EIP bond type.诊断
400
OperationDenied.EipBondTypeIsAlreadyNAT
The EIP bond type is already NAT type.诊断
400
UnsupportedFeature.IndirectConvertForFwNat
The security protection enabled NAT gateway is not support change EIP bond type.诊断
400
QuotaExceeded.EipNumForModifyEipBondType
The quota of %s is exceeded, binded: %s, quota: %s.诊断
400
ResourceNotEnough.SwitchAvailableIps
The available private Ip number is not enough in your subnet.诊断
400
UnsupportedFeature.VpcNatSecurityProtectionEnabled
The VPC NAT gateway is not supported to enable security protection.诊断
400
OperationDenied.NatGatewayStatusInvalid
The NAT gateway status is invalid.诊断
400
OperationDenied.EipStatusInvalid
The NAT gateway has EIP in invalid status.诊断
400
OperationDenied.SnatEntryStatusInvalid
The NAT gateway has SNAT entry in invalid status.诊断
400
OperationDenied.DnatEntryStatusInvalid
The NAT gateway has DNAT entry in invalid status.诊断
400
UnsupportedFeature.MutilBindedTypeNatEnableFw
The NAT with Mutil-Binded Eip bind type is not support enable firewall.诊断
400
Forbidden.FinancialLocked
The instance is locked due to outstanding payments.诊断
400
OperationFailed.PrivateLinkMode
The NAT gateway is not support to change PrivateLinkMode.诊断
400
IllegalParam.SessionLogDeliveryDestination
The specified Delivery Destination is illegal.诊断
400
OperationFailed.LogDeliveryIsUnAuthorized
Operation failed because the user is not authorized to deliver NAT session log.诊断
400
IllegalParam.SessionLogDeliveryType
The specified Delivery Type is illegal.诊断
400
UnsupportedFeature.EnableSessionLog
The feature of EnableSessionLog is not supported.诊断
403
Forbidden.ModifyEipBondType
Authentication is failed for modify EIP bond type.诊断
404
InvalidRegionId.NotFound
The specified RegionId does not exist in our records.诊断
404
InvalidNatGatewayId.NotFound
The specified NatGatewayId does not exist in our records.诊断
500
OperationFailed.ConfigSessionLog
Failed to configure session log due to a temporary failure of the server.诊断

变更历史

变更时间变更内容概要操作
2024-05-17
变更错误码400
2024-05-07
变更错误码400
新增错误码500
新增请求参数EnableSessionLog
新增请求参数LogDelivery
2024-01-18
变更错误码400
删除返回参数
2023-03-01
新增返回参数
2022-10-13
变更错误码400
新增错误码403
新增请求参数EipBindMode
2021-07-14
变更错误码400

相关示例

创建NAT网关
2021-12-01