调用 ModifySnatEntryAttributes 接口,修改SNAT规则的名称、关联的公网IP。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifySnatEntryAttributes | 要执行的操作,取值:ModifySnatEntryAttributes。 |
Version | String | 是 | 2020-04-01 | API的版本信息,当前版本为:2020-04-01。 |
SnatEntryId | String | 是 | snat-fgeb3efghxs**** | SNAT规则的ID。 |
SnatEntryName | String | 否 | snat-01 | SNAT规则的名称。
|
EipId | String | 否 | eip-dukg5oxruwg****,eip-dukg5oxruwi**** | 公网NAT网关绑定公网IP的ID。多个公网IP的ID之间用英文逗号分隔。
说明 当SNAT规则关联多个公网IP时,建议将公网IP加入共享带宽包,避免业务因其中的单个公网IP带宽达到上限而导致流量丢包。 |
NatIpId | String | 否 | vpcnatip-gw8y7q3cpk3fggs8**** | 私网NAT网关的中转IP的ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=ModifySnatEntryAttributes&Version=2020-04-01&SnatEntryId=snat-2fedi096gdiww59gp680r****&EipId=eip-2feaac9wtccn459gp67qe**** HTTP/1.1 Host: open.volcengineapi.com Service: natgateway Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "ModifySnatEntryAttributes", "Version": "2020-04-01", "Service": "natgateway", "Region": "cn-beijing" }, "Result":{ "RequestId": "2021062415303301022514515207C4****" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidEip.InstanceMismatch | The specified elastic ip and instance mismatch. | 指定的公网IP和实例不匹配。 |
400 | InvalidEip.InvalidStatus | The specified elastic ip is not in the correct status for the request. The specified elastic ip is in freeze. | 指定的弹性公网IP或私有网络所处的状态无法响应该请求。当前弹性公网IP被冻结。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidNatGateway.InvalidStatus | The specified NAT gateway is not in the correct status for the request. | 指定的NAT网关所处的状态无法响应该请求。 |
400 | InvalidSnatEntry.EipNotSupported | Can not create or modify SNAT entry with eip on the specified NAT gateway. | 不支持在指定的NAT网关上创建或修改使用EIP的SNAT规则。 |
400 | InvalidSnatEntry.NatIpConflict | The specified nat ip and eip conflict. | 指定的NAT IP和EIP参数冲突。 |
400 | InvalidSnatEntry.NatIpNotSupported | Can not create or modify SNAT entry with nat ip on the specified NAT gateway. | 不支持在指定的NAT网关上创建或修改使用NAT IP的SNAT规则。 |
400 | LimitExceeded.EipsPerSnatEntry | You've reached the limit on the number of EIPs per snat entry. | 已达到每条SNAT规则支持关联公网IP的数量上限。 |
404 | InvalidSnatEntry.NotFound | The specified SNAT entry does not exist. | 指定的SNAT规则不存在。 |
404 | InvalidNatIp.NotFound | The specified nat ip does not exist. | 指定的NAT IP不存在。 |
404 | InvalidEip.NotFound | The specified EIP does not exist. | 指定的公网IP不存在。 |
409 | InvalidSnatEntry.EipConflict | The specified EIP conflicts with that of another EIP in the snat entry. | SNAT规则中的公网IP冲突。 |
412 | InvalidNatGateway.Expired | The specified NatGateway has expired. | 指定的NAT网关实例已到期。 |