調用ModifyForwardEntry接口修改指定的DNAT條目。
接口說明
-
ModifyForwardEntry 接口屬于異步接口,即系統會先返回一個請求 ID,但 DNAT 條目并未修改完成,系統后臺的修改任務仍在進行。您可以調用 DescribeForwardTableEntries 查詢 DNAT 條目的狀態:
-
當 DNAT 條目處于 Pending 狀態時,表示 DNAT 條目正在修改中,在該狀態下,您只能執行查詢操作,不能執行其他操作。
-
當 DNAT 條目處于 Available 狀態時,表示 DNAT 條目修改完成。
-
-
ModifyForwardEntry 接口在同一個 DNAT 條目下不支持并發修改指定的 DNAT 條目。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
vpc:ModifyForwardEntry | update | *ForwardTable acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ForwardTableId | string | 是 | DNAT 條目所屬的 DNAT 列表的 ID。 | ftb-8vbx8xu2lqj9qb334**** |
ForwardEntryId | string | 是 | 要修改的 DNAT 條目的 ID。 | fwd-8vbn3bc8roygjp0gy**** |
ExternalIp | string | 否 |
| 116.85.XX.XX |
ExternalPort | string | 否 |
| 80 |
InternalIp | string | 否 |
| 10.0.0.78 |
InternalPort | string | 否 |
| 80 |
IpProtocol | string | 否 | 協議類型,取值:
| TCP |
ForwardEntryName | string | 否 | 修改后的 DNAT 條目名稱。 長度為 2~128 個字符,必須以字母或中文開頭,但不能以 | test |
RegionId | string | 是 | NAT 網關所在的地域 ID。 您可以通過調用 DescribeRegions 接口獲取地域 ID。 | cn-hangzhou |
ClientToken | string | 否 | 客戶端 Token,用于保證請求的冪等性。 從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken 只支持 ASCII 字符。 說明
若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 不一樣。
| 123e4567-e89b-12d3-a456-426655440000 |
PortBreak | boolean | 否 | 是否開啟端口突破,取值:
| false |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "2315DEB7-5E92-423A-91F7-4C1EC9AD97C3"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | UnsupportedFeature.PortSegment | The feature of PortSegment is not supported. | - |
400 | ExclusiveParam.%sAnd%s | The param of %s and %s are mutually exclusive. | 參數 %s 和 %s 相互排斥。 |
400 | InvalidIp.NotInNatgw | The specified Ip not belong to natgateway. | 該 IP 地址不屬于該 NAT 網關。 |
400 | DuplicatedParam.InternalPort | The param of %s is duplicated. | InternalPort參數重復或已被占用 |
400 | DuplicatedParam.ExternalPort | The param of %s is duplicated. | %s的參數重復。 |
400 | OperationFailed.AnyPortConfig | Operation failed because any port correspondence any protocol | 操作失敗. 與其他條目有沖突, 存在任何端口或任何協議類型. |
400 | OperationUnsupported.ForwardEntry | Duplicated destination ip port is unsupported. | 不支持重復的目標IP端口。 |
400 | IncorrectStatus.NatIp | The status of %s [%s] is incorrect. | NatIp當前狀態不正確。 |
400 | Forbidden.IpHasBeenUsedInSnat | The source ip can't be used. Because it has been used in snat. | - |
400 | IncorrectStatus.ForwardEntry | The status of %s [%s] is incorrect. | 要刪除的DNAT條目實例狀態不對 |
400 | InvalidExternalIp.Malformed | The specified ExternalIp is not a valid IP address. | 該公網IP不合法。 |
400 | InvalidInternalIp.Malformed | The specified InternalIp is not a valid IP address. | 該目標私網IP不合法。 |
400 | InvalidExternalPort.Malformed | The specified ExternalPort is not a valid port. | 該公網端口不合法。 |
400 | InvalidInternalPort.Malformed | The specified InternalPort is not a valid port. | 該私網端口不合法。 |
400 | Forbidden.DestnationIpOutOfVpcCIDR | The specified Destination Ip is Out of VPC CIDR. | 該私網IP不在VPC的網段范圍內,請您填寫在VPC的網段范圍內的私網IP。 |
400 | Forbidden.DestinationIpOutOfVswitchCIDR | The specified Internal Ip is Out of VSwitch CIDR. | - |
400 | InvalidProtocal.ValueNotSupported | The specified IpProtocol does not support. | 該協議類型不支持。 |
400 | IncorretForwardEntryStatus | Some Forward entry status blocked this operation.. | 無法執行該操作。DNAT表中有DNAT條目的狀態處于Pending或Modifying狀態。 |
400 | QuotaExceeded | Forward entry quota exceeded in this route table. | 同一個路由表中自定義路由條目不能超過200條,可以在配額管理頁面申請調整數量。 |
400 | ForwardEntry.Duplicated | The specified ExternalIp, IpProtocol, ExternalPort,InternalIp, InternalPort is duplicated | - |
400 | Forbidden.ExternalIp.UsedInSnatTable | The specified ExternalIp is already used in SnatTable | 該公網IP已經被SNAT使用,請更換其他公網IP或將當前公網IP的SNAT規則刪除。 |
400 | Forbidden.Already.Bounded | The specified instance already bounded | 實例已經被綁定,請不要重復綁定。 |
400 | InvalidIp.NotFound | The specified ip does not exist. | - |
400 | InvalidParameter.Name.Malformed | The specified Name is not valid. | 該名稱不合法,請您按照正確的格式書寫名稱。 |
400 | IncorretForwardEntryStatus | The Specified forwardEntry is not stable status, can not operation | - |
400 | IncorretStatus.ForwardEntry | The Specified forwardEntry is not stable status, can not operation | - |
400 | IllegalParam.AnyPortNotZero | Any port port must be zero. | 參數非法,DNAT轉發協議為Any時,源端口和目標端口必須為0 |
400 | Duplicated.DestinationPort | The specified param DestinationPort is duplicated. | - |
400 | InvalidForwardEntryId.NotFound | Specified forward entry ID does not exist | 該DNAT條目不存在。 |
400 | OperationUnsupported.EipInBinding | Create snat entry with eip in associating status is unsupported. | 創建snat不可以使用綁定中的eip |
400 | QuotaExceeded.ForwardEntrySessionManytoOne | The dnat session quota is exceed. | dnat session 多對一的配額超限。 |
400 | OperationFailed.ForwardEntryNotAllowSrcIpEqualDstIp | The source IP of forward entry is not allowed to equal destination IP. | DNAT條目不允許公網IP地址等于私網IP地址 |
404 | ResourceNotFound.NatIp | The specified resource of %s is not found. | NatIp資源找不到。 |
404 | ResourceNotFound.ForwardEntry | The specified resource of %s is not found. | 找不到指定的%s資源。 |
404 | InvalidRegionId.NotFound | The specified RegionId does not exist in our records. | 指定的RegionId不存在。 |
404 | InvalidExternalIp.NotFound | Specified External Ip address does not found on the VRouter | 該公網IP不存在。 |
404 | InvalidForwardTableId.NotFound | Specified forward table does not exist. | 指定的 DNAT 表不存在,請您檢查輸入參數是否正確。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-12-03 | OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更 | 查看變更詳情 |
2024-10-23 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-03-01 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |