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

CreateVpcGatewayEndpoint - 創建網關終端節點

調用CreateVpcGatewayEndpoint接口創建網關終端節點。

接口說明

  • CreateVpcGatewayEndpoint 接口屬于異步接口,即系統返回一個 EndpointId,但該網關終端節點尚未創建成功,系統后臺的創建任務仍在進行。您可以調用 ListVpcGatewayEndpoints 查詢網關終端節點的創建狀態:
    • 當網關終端節點處于 Creating 狀態時,表示網關終端節點正在創建中。
    • 當網關終端節點處于 Created 狀態時,表示網關終端節點創建成功。
  • CreateVpcGatewayEndpoint 接口不支持針對同一個終端節點服務并發創建網關終端節點。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
vpc:CreateVpcGatewayEndpointcreate
*GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/*

請求參數

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

要創建網關終端節點的 VPC ID。

該 VPC 必須與網關終端節點在同一個地域。

vpc-bp1gsk7h12ew7oegk****
ServiceNamestring

終端節點服務名稱。

com.aliyun.cn-hangzhou.oss
PolicyDocumentstring

云服務的訪問策略。

關于訪問策略的語法和結構,請參見權限策略語法和結構

說明
  • 當選擇的終端節點服務支持設置訪問策略時,該字段必填;
  • 當選擇的終端節點服務不支持設置訪問策略時,該字段必須為空。
  • 終端節點服務是否支持設置訪問策略,可通過 ListVpcEndpointServicesByEndUser 接口獲取,SupportPolicy 為 true 表明支持,否則不支持。
  • { "Version" : "1", "Statement" : [ { "Effect" : "Allow", "Resource" : [ "*" ], "Action" : [ "*" ], "Principal" : [ "*" ] } ] }
    EndpointNamestring

    網關終端節點的名稱。

    名稱的長度在 1~128 個字符之間。

    test
    EndpointDescriptionstring

    網關終端節點的描述信息。

    描述信息的長度在 1~255 個字符之間。

    test
    ClientTokenstring

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

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

    說明 若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 不一樣。
    5A2CFF0E-5718-45B5-9D4D-70B3FF3898
    DryRunboolean

    是否只預檢此次請求,取值:

    • true:發送檢查請求,不會創建網關終端節點。檢查項包括 AccessKey 是否有效、RAM 用戶的授權情況和是否填寫了必需參數。如果檢查不通過,則返回對應錯誤。如果檢查通過,會返回錯誤碼DryRunOperation

    • false(默認值):發送正常請求,通過檢查后返回 2xx HTTP 狀態碼并創建網關終端節點。

    false
    ResourceGroupIdstring

    網關終端節點所屬的資源組 ID。

    rg-acfmxazb4ph****
    Tagarray<object>

    資源的標簽。

    object

    標簽。

    Keystring

    資源的標簽鍵。最多支持輸入 20 個標簽鍵。如需傳入該值,則不能輸入空字符串。

    一個標簽鍵最多支持 128 個字符,不能以aliyunacs:開頭,不能包含http://或者https://

    FinanceDept
    Valuestring

    資源的標簽值。最多支持輸入 20 個標簽值。如需傳入該值,可以輸入空字符串。

    最多支持 128 個字符,不能以aliyunacs:開頭,不能包含http://或者https://

    FinanceJoshua
    RegionIdstring

    要創建的網關終端節點的地域 ID。

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

    cn-hangzhou

    返回參數

    名稱類型描述示例值
    object

    請求 ID。

    RequestIdstring

    請求 ID。

    62CFC815-E08A-5CF4-92D1-54273EC9E406
    EndpointIdstring

    網關終端節點實例 ID。

    vpce-bp1w1dmdqjpwul0v3****
    ServiceNamestring

    終端節點服務名稱。

    com.aliyun.cn-hangzhou.oss
    EndpointNamestring

    網關終端節點的名稱。

    test
    CreationTimestring

    網關終端節點的創建時間。按照 ISO8601 標準表示,并需要使用 UTC 時間。格式為:YYYY-MM-DDThh:mm:ssZ。

    2021-08-27T01:58:37Z
    ResourceGroupIdstring

    網關終端節點所屬的資源組 ID。

    rg-acfmxazb4ph****

    示例

    正常返回示例

    JSON格式

    {
      "RequestId": "62CFC815-E08A-5CF4-92D1-54273EC9E406",
      "EndpointId": "vpce-bp1w1dmdqjpwul0v3****",
      "ServiceName": "com.aliyun.cn-hangzhou.oss",
      "EndpointName": "test",
      "CreationTime": "2021-08-27T01:58:37Z",
      "ResourceGroupId": "rg-acfmxazb4ph****"
    }

    錯誤碼

    HTTP status code錯誤碼錯誤信息描述
    400OperationFailed.ConcurrentOperationThe operation is failed because of concurrent operation.-
    400IdempotentParameterMismatchThe request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.-
    400IllegalParam.PolicyDocumentThe param of PolicyDocument is illegal.-
    400IllegalParam.GatewayEndpointNameThe param of GatewayEndpointName is illegal.-
    400IllegalParam.GatewayEndpointDescriptionThe param of GatewayEndpointDescription is illegal.-
    400ResourceAlreadyExist.GatewayEndpointThe specified resource gateway endpoint is already exist.-
    400ResourceNotFound.ServiceNameThe specified resource service name is not found.-
    400ResourceNotFound.VpcIdThe specified resource vpc is not found.-
    400Forbidden.OperateShareResourceThe operation is failed because of shared vpc.-
    400IncorrectStatus.VpcThe status of vpc [%s] is incorrect.-
    400IncorrectStatus.CenStatusThe status of vpc cenStatus [%s] is incorrect.-
    400OperationFailed.VpcIpv6DisabledThe operation is failed because of VpcIpv6Disabled.-
    400UnsupportedFeature.GatewayEndpointThe feature of gatewayEndpoint is not supported for %s.-
    400SystemBusySystem is busy, please try again later.-
    400ForbbidenUser not authorized to operate on the specified resource.用戶沒有權限操作指定的資源。
    400OperationDenied.PolicyDocumentThe gatewayEndpoint does not support policy.-
    400MissingParam.PolicyDocumentThe param of PolicyDocument is missing.-
    400OperationDenied.NotAuthorizedUser not authorized to operate on the specified resource.-
    400InvalidPolicy.WrongFormatInvalid input policy format.輸入策略信息格式錯誤。

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

    變更歷史

    變更時間變更內容概要操作
    2023-07-05OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
    2023-05-29OpenAPI 錯誤碼發生變更查看變更詳情
    2023-03-23OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更、OpenAPI 返回結構發生變更查看變更詳情