日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

ModifyForwardEntry - 修改指定的DNAT條目

調用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:ModifyForwardEntryupdate
*ForwardTable
acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId}

請求參數

名稱類型必填描述示例值
ForwardTableIdstring

DNAT 條目所屬的 DNAT 列表的 ID。

ftb-8vbx8xu2lqj9qb334****
ForwardEntryIdstring

要修改的 DNAT 條目的 ID。

fwd-8vbn3bc8roygjp0gy****
ExternalIpstring
  • 當修改公網 NAT 網關的 DNAT 條目時,該參數為提供公網訪問的公網 IP 地址。

  • 當修改 VPC NAT 網關的 DNAT 條目時,該參數為供外部網絡訪問的 NAT IP 地址。

116.85.XX.XX
ExternalPortstring
  • 當修改公網 NAT 網關的 DNAT 條目時,該參數為 DNAT 條目中進行端口轉發的外部端口或端口段。

    • 修改的端口范圍需要在 1~65535 之間。
    • 如果需要修改端口段,請在輸入時以正斜線(/)隔開起始端口,例如10/20
    • 如果需要同時修改 ExternalPortInternalPort,而且 ExternalPort 為端口段,則 InternalPort 也需要設置為端口段,且端口段的端口個數相同,例如 ExternalPort 設置為10/20InternalPort 設置為80/90
  • 當修改 VPC NAT 網關的 DNAT 條目時,該參數為被外部網絡訪問的端口,取值范圍:1~65535

80
InternalIpstring
  • 當修改公網 NAT 網關的 DNAT 條目時,該參數為通過 DNAT 條目進行公網通信的 ECS 實例的私網 IP 地址。

  • 當修改 VPC NAT 網關的 DNAT 條目時,該參數為需要通過 DNAT 規則進行通信的私網 IP 地址。

10.0.0.78
InternalPortstring
  • 當修改公網 NAT 網關的 DNAT 條目時,該參數為 DNAT 條目中進行端口轉發的內部端口或端口段,取值范圍:1~65535

  • 當修改 VPC NAT 網關的 DNAT 條目時,該參數為需要映射的目標 ECS 實例端口,取值范圍:1~65535

80
IpProtocolstring

協議類型,取值:

  • TCP:轉發 TCP 協議的報文。

  • UDP:轉發 UDP 協議的報文。

  • Any:轉發所有協議的報文。

TCP
ForwardEntryNamestring

修改后的 DNAT 條目名稱。

長度為 2~128 個字符,必須以字母或中文開頭,但不能以http://https://開頭。

test
RegionIdstring

NAT 網關所在的地域 ID。

您可以通過調用 DescribeRegions 接口獲取地域 ID。

cn-hangzhou
ClientTokenstring

客戶端 Token,用于保證請求的冪等性。

從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken 只支持 ASCII 字符。

說明 若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 不一樣。
123e4567-e89b-12d3-a456-426655440000
PortBreakboolean

是否開啟端口突破,取值:

  • true:開啟端口突破。
  • false:不開啟端口突破。當 DNAT 條目和 SNAT 條目使用同一個公網 IP 地址時,如果您需要配置大于1024的端口號,您需要指定PortBreaktrue
false

返回參數

名稱類型描述示例值
object

請求 ID。

RequestIdstring

請求 ID。

2315DEB7-5E92-423A-91F7-4C1EC9AD97C3

示例

正常返回示例

JSON格式

{
  "RequestId": "2315DEB7-5E92-423A-91F7-4C1EC9AD97C3"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400UnsupportedFeature.PortSegmentThe feature of PortSegment is not supported.-
400ExclusiveParam.%sAnd%sThe param of %s and %s are mutually exclusive.參數 %s 和 %s 相互排斥。
400InvalidIp.NotInNatgwThe specified Ip not belong to natgateway.該 IP 地址不屬于該 NAT 網關。
400DuplicatedParam.InternalPortThe param of %s is duplicated.InternalPort參數重復或已被占用
400DuplicatedParam.ExternalPortThe param of %s is duplicated.%s的參數重復。
400OperationFailed.AnyPortConfigOperation failed because any port correspondence any protocol操作失敗. 與其他條目有沖突, 存在任何端口或任何協議類型.
400OperationUnsupported.ForwardEntryDuplicated destination ip port is unsupported.不支持重復的目標IP端口。
400IncorrectStatus.NatIpThe status of %s [%s] is incorrect.NatIp當前狀態不正確。
400Forbidden.IpHasBeenUsedInSnatThe source ip can't be used. Because it has been used in snat.-
400IncorrectStatus.ForwardEntryThe status of %s [%s] is incorrect.要刪除的DNAT條目實例狀態不對
400InvalidExternalIp.MalformedThe specified ExternalIp is not a valid IP address.該公網IP不合法。
400InvalidInternalIp.MalformedThe specified InternalIp is not a valid IP address.該目標私網IP不合法。
400InvalidExternalPort.MalformedThe specified ExternalPort is not a valid port.該公網端口不合法。
400InvalidInternalPort.MalformedThe specified InternalPort is not a valid port.該私網端口不合法。
400Forbidden.DestnationIpOutOfVpcCIDRThe specified Destination Ip is Out of VPC CIDR.該私網IP不在VPC的網段范圍內,請您填寫在VPC的網段范圍內的私網IP。
400Forbidden.DestinationIpOutOfVswitchCIDRThe specified Internal Ip is Out of VSwitch CIDR.-
400InvalidProtocal.ValueNotSupportedThe specified IpProtocol does not support.該協議類型不支持。
400IncorretForwardEntryStatusSome Forward entry status blocked this operation..無法執行該操作。DNAT表中有DNAT條目的狀態處于Pending或Modifying狀態。
400QuotaExceededForward entry quota exceeded in this route table.同一個路由表中自定義路由條目不能超過200條,可以在配額管理頁面申請調整數量。
400ForwardEntry.DuplicatedThe specified ExternalIp, IpProtocol, ExternalPort,InternalIp, InternalPort is duplicated-
400Forbidden.ExternalIp.UsedInSnatTableThe specified ExternalIp is already used in SnatTable該公網IP已經被SNAT使用,請更換其他公網IP或將當前公網IP的SNAT規則刪除。
400Forbidden.Already.BoundedThe specified instance already bounded實例已經被綁定,請不要重復綁定。
400InvalidIp.NotFoundThe specified ip does not exist.-
400InvalidParameter.Name.MalformedThe specified Name is not valid.該名稱不合法,請您按照正確的格式書寫名稱。
400IncorretForwardEntryStatusThe Specified forwardEntry is not stable status, can not operation-
400IncorretStatus.ForwardEntryThe Specified forwardEntry is not stable status, can not operation-
400IllegalParam.AnyPortNotZeroAny port port must be zero.參數非法,DNAT轉發協議為Any時,源端口和目標端口必須為0
400Duplicated.DestinationPortThe specified param DestinationPort is duplicated.-
400InvalidForwardEntryId.NotFoundSpecified forward entry ID does not exist該DNAT條目不存在。
400OperationUnsupported.EipInBindingCreate snat entry with eip in associating status is unsupported.創建snat不可以使用綁定中的eip
400QuotaExceeded.ForwardEntrySessionManytoOneThe dnat session quota is exceed.dnat session 多對一的配額超限。
400OperationFailed.ForwardEntryNotAllowSrcIpEqualDstIpThe source IP of forward entry is not allowed to equal destination IP.DNAT條目不允許公網IP地址等于私網IP地址
404ResourceNotFound.NatIpThe specified resource of %s is not found.NatIp資源找不到。
404ResourceNotFound.ForwardEntryThe specified resource of %s is not found.找不到指定的%s資源。
404InvalidRegionId.NotFoundThe specified RegionId does not exist in our records.指定的RegionId不存在。
404InvalidExternalIp.NotFoundSpecified External Ip address does not found on the VRouter該公網IP不存在。
404InvalidForwardTableId.NotFoundSpecified forward table does not exist.指定的 DNAT 表不存在,請您檢查輸入參數是否正確。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2024-12-03OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
2024-10-23OpenAPI 錯誤碼發生變更查看變更詳情
2023-03-01OpenAPI 錯誤碼發生變更查看變更詳情