調用EnableVpcEndpointZoneConnection接口,允許終端節點可用區連接。
接口說明
-
當終端節點連接狀態為已連接且終端節點可用區狀態為已斷開時,才能調用此接口。
-
EnableVpcEndpointZoneConnection 接口屬于異步接口,即系統會返回一個請求 ID,但尚未接受終端節點在此可用區的連接請求,系統后臺接受任務仍在進行中。您可以調用 ListVpcEndpointZones 查詢終端節點可用區的連接請求狀態:
- 當終端節點可用區處于 Connecting 狀態時,表示連接請求正在接受中。
- 當終端節點可用區處于 Connected 狀態時,表示連接請求已接受。
-
EnableVpcEndpointZoneConnection 接口不支持在同一個終端節點實例下并發接受可用區的連接請求。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
privatelink:EnableVpcEndpointZoneConnection | update |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 要接受終端節點連接的地域 ID。您可以通過調用 DescribeRegions 接口獲取地域 ID。 | cn-hangzhou |
ClientToken | string | 否 | 客戶端 Token,用于保證請求的冪等性。 從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken 只支持 ASCII 字符。 | 0c593ea1-3bea-11e9-b96b-88e9fe637760 |
DryRun | boolean | 否 | 是否只預檢此次請求。取值:
| false |
ServiceId | string | 是 | 終端節點服務 ID。 | epsrv-hp3vpx8yqxblby3i**** |
EndpointId | string | 是 | 終端節點 ID。 | ep-hp33b2e43fays7s8**** |
ZoneId | string | 是 | 終端節點連接可用區 ID。 | cn-hangzhou-b |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | EndpointServiceNotFound | The specified Service does not exist. | 當前終端節點服務不存在 |
400 | EndpointConnectionNotFound | The specified endpoint connection does not exist. | 當前終端節點連接未找到。 |
400 | EndpointConnectionOperationDenied | The endpoint is being connected. | 終端節點連接正在處理中,不允許操作。 |
400 | EndpointOperationDenied | The specified operation of endpoint is not allowed. | 當前終端節點正在處理中,不允許操作。 |
400 | IncorrectBusinessStatus.VpcEndpoint | The business status of %s [%s] is incorrect. | 資源%s [%s]的業務狀態無效。 |
400 | IncorrectBusinessStatus.VpcEndpointService | The business status of %s [%s] is incorrect. | 資源%s [%s]的業務狀態無效。 |
400 | IncorrectStatus.VpcEndpoint | The status of %s [%s] is incorrect. | 資源%s [%s]的狀態無效。 |
400 | IncorrectStatus.VpcEndpointConnection | The status of %s [%s] is incorrect. | 資源%s [%s]的狀態無效。 |
400 | IncorrectStatus.VpcEndpointService | The status of %s [%s] is incorrect. | 資源%s [%s]的狀態無效。 |
400 | IncorrectStatus.VpcEndpointZone | The status of %s [%s] is incorrect. | 資源%s [%s]的狀態無效。 |
400 | GatewayLoadBalancerNotSupportZoneConnection | The gateway load balancer not support zone connection. | 網關型負載均衡類型不支持操作可用區連接 |
404 | ResourceNotFound.VpcEndpoint | The specified resource %s is not found. | 資源%s不存在。 |
404 | ResourceNotFound.VpcEndpointConnection | The specified resource %s is not found. | 資源%s不存在。 |
404 | ResourceNotFound.VpcEndpointService | The specified resource %s is not found. | 資源%s不存在。 |
404 | ResourceNotFound.VpcEndpointZone | The specified resource %s is not found. | 資源%s不存在。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-09-18 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |