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

AddDnatEntry - 給智能接入網(wǎng)關(guān)實(shí)例添加DNAT條目

更新時(shí)間:

調(diào)用AddDnatEntry給智能接入網(wǎng)關(guān)實(shí)例添加DNAT條目。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對(duì)于必選的資源類型,用背景高亮的方式表示。
    • 對(duì)于不支持資源級(jí)授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級(jí)別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
smartag:AddDnatEntryWrite
  • SmartAccessGateway
    acs:smartag:{#regionId}:{#accountId}:smartag/{#SmartAGId}

請(qǐng)求參數(shù)

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

智能接入網(wǎng)關(guān)實(shí)例所在的地域 ID。

cn-hangzhou
SagIdstring

智能接入網(wǎng)關(guān)實(shí)例 ID。

說明 目前只支持硬件版實(shí)例。
sag-kdhg*******
Typestring

DNAT 類型,包括以下選項(xiàng):

  • Intranet:缺省值,表示私網(wǎng) DNAT。
  • Internet:公網(wǎng) DNAT。
Intranet
ExternalIpstring

外部的公網(wǎng) IP 地址。

說明 DNAT 類型為公網(wǎng) DNAT 時(shí),公網(wǎng) DNAT 自動(dòng)識(shí)別當(dāng)前公網(wǎng) IP,無需填寫。
10.10.1.xx
ExternalPortstring

公網(wǎng)端口。

取值范圍:1-65535

80
InternalIpstring

目標(biāo)私網(wǎng) IP 地址。

192.168.0.1
IpProtocolstring

協(xié)議類型,包含以下選項(xiàng):

  • TCP:轉(zhuǎn)發(fā) TCP 協(xié)議的報(bào)文。
  • UDP:轉(zhuǎn)發(fā) UDP 協(xié)議的報(bào)文。
  • Any:轉(zhuǎn)發(fā)所有協(xié)議的報(bào)文。
TCP
InternalPortstring

目標(biāo)私網(wǎng)端口號(hào)。

取值范圍:1-65535

80

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

請(qǐng)求 ID。

56BF6C79-C77D-41A0-86DD-A4B156E784EA
DnatEntryIdstring

DNAT 實(shí)例 ID。

fwd-kxe4fq3xuzczze****

示例

正常返回示例

JSON格式

{
  "RequestId": "56BF6C79-C77D-41A0-86DD-A4B156E784EA",
  "DnatEntryId": "fwd-kxe4fq3xuzczze****"
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400InvalidRegionIDThe specified regionId does not exist.指定的RegionId不存在。
400MissingParamYou must specify the parameter.缺少必填參數(shù)。
400IllegalParamThe parameter is invalid.參數(shù)非法。
400DuplicatedDnatEntryThe specified ExternalIp, IpProtocol, ExternalPort, InternalIp, and InternalPort are duplicated.指定的外部ip、ip協(xié)議、外部端口、內(nèi)部ip、內(nèi)部端口沖突。
400SmartAccessGatewayNotActivatedThe specified Smart Access Gateway has not been activated.該智能接入網(wǎng)關(guān)尚未激活,請(qǐng)先激活該實(shí)例。
400SmartAccessGatewayInArrearsThe specified Smart Access Gateway has expired.該智能接入網(wǎng)關(guān)已經(jīng)到期停服,請(qǐng)續(xù)費(fèi)。
400QuotaExceeded.DnatPerSagThe maximum number of dnat rules in an SAG is exceeded. You can open a ticket to increase the quota.DNAT條目數(shù)量超出配額。
403ForbiddenUser not authorized to operate on the specified resource.用戶沒有操作此資源的權(quán)限。
403MissingParameterThe input parameter is missing, please check your input.輸入?yún)?shù)缺失,請(qǐng)檢查您的輸入。
403InvalidParameterThe specified parameter is invalid.非法參數(shù)。
403InternalErrorAn internal server error occurred.內(nèi)部服務(wù)錯(cuò)誤。
403FeatureNotSupportThe current edition of the smart access gateway does not support this feature.智能接入網(wǎng)關(guān)當(dāng)前版本不支持該功能特性。
403InvalidId.SMARTAGThe specified smart access gateway instance id is invalid.無效的智能接入網(wǎng)關(guān)實(shí)例ID。

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2023-12-06OpenAPI 錯(cuò)誤碼發(fā)生變更看變更集
變更項(xiàng)變更內(nèi)容
錯(cuò)誤碼OpenAPI 錯(cuò)誤碼發(fā)生變更
    錯(cuò)誤碼 400 變更
    刪除錯(cuò)誤碼:403