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

GetVpcEndpointAttribute - 獲取終端節點屬性信息

調用GetVpcEndpointAttribute接口,獲取終端節點屬性信息。

調試

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

授權信息

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

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

請求參數

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

獲取屬性信息的終端節點所屬的地域 ID。

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

cn-huhehaote
EndpointIdstring

獲取屬性信息的終端節點 ID。

ep-hp33b2e43fays7s8****

返回參數

名稱類型描述示例值
object
Payerstring

付費方。取值:

  • Endpoint:服務使用方。

  • EndpointService:服務提供方。

Endpoint
EndpointDomainstring

終端節點域名。

ep-hp33b2e43fays7s8****.epsrv-hp3xdsq46ael67lo****.cn-huhehaote.privatelink.aliyuncs.com
RequestIdstring

請求 ID。

8D8992C1-6712-423C-BAC5-E5E817484C6B
CreateTimestring

終端節點的創建時間。

2021-09-24T18:00:07Z
ResourceOwnerboolean

終端節點和終端節點服務是否同一賬號。取值:

  • true:是。

  • false:否。

true
EndpointBusinessStatusstring

終端節點的業務狀態。取值:

  • Normal:正常。

  • FinancialLocked:欠費鎖定。

Normal
EndpointDescriptionstring

終端節點描述。

This is my Endpoint.
ServiceIdstring

終端節點關聯的終端節點服務的 ID。

epsrv-hp3vpx8yqxblby3i****
EndpointStatusstring

終端節點狀態。取值:

  • Creating:創建中。

  • Active:可用。

  • Pending:修改中。

  • Deleting:刪除中。

Active
VpcIdstring

終端節點所屬的專有網絡 ID。

vpc-fdfhkjafhjvcvdjf****
EndpointNamestring

終端節點名稱。

test
ZonePrivateIpAddressCountlong

每個可用區 ENI 的私網 IP 的數量。僅取值:1

1
EndpointTypestring

終端節點類型。取值:

  • Interface:表示接口終端節點。

  • Reverse:表示反向終端節點。

Interface
ServiceNamestring

終端節點關聯的終端節點服務的名稱。

com.aliyuncs.privatelink.cn-huhehaote.epsrv-hp3xdsq46ael67lo****
Bandwidthinteger

終端節點的連接帶寬。單位:Mbps。

1024
EndpointIdstring

終端節點 ID。

ep-hp33b2e43fays7s8****
RegionIdstring

終端節點所屬的地域 ID。

cn-huhehaote
ConnectionStatusstring

終端節點連接狀態。取值:

  • Pending:修改中。

  • Connecting:連接中。

  • Connected:已連接。

  • Disconnecting:斷開連接中。

  • Disconnected:未連接。

  • Deleting:刪除中。

  • ServiceDeleted:對應的終端節點服務已刪除。

Connected
ZoneAffinityEnabledboolean

是否支持連接服務的終端節點域名就近解析。取值:

  • true:是。

  • false:否。

true
ResourceGroupIdstring

資源組 ID。

rg-acfmz7nocpei***
PolicyDocumentstring

RAM 權限策略。關于策略定義的更多信息,請參見權限策略基本元素

{ "Version": "1", "Statement": [ { "Effect": "Allow", "Action": [ "oss:List*", "oss:PutObject", "oss:GetObject" ], "Resource": [ "acs:oss:oss-*:*:pvl-policy-test/policy-test.txt" ], "Principal": { "RAM": [ "acs:ram::14199xxxxxx:*" ] } } ] }
AddressIpVersionstring

協議版本。取值:

  • IPv4:IPv4 類型。
  • DualStack:雙棧類型。
IPv4

示例

正常返回示例

JSON格式

{
  "Payer": "Endpoint",
  "EndpointDomain": "ep-hp33b2e43fays7s8****.epsrv-hp3xdsq46ael67lo****.cn-huhehaote.privatelink.aliyuncs.com",
  "RequestId": "8D8992C1-6712-423C-BAC5-E5E817484C6B",
  "CreateTime": "2021-09-24T18:00:07Z",
  "ResourceOwner": true,
  "EndpointBusinessStatus": "Normal",
  "EndpointDescription": "This is my Endpoint.",
  "ServiceId": "epsrv-hp3vpx8yqxblby3i****",
  "EndpointStatus": "Active",
  "VpcId": "vpc-fdfhkjafhjvcvdjf****",
  "EndpointName": "test",
  "ZonePrivateIpAddressCount": 1,
  "EndpointType": "Interface",
  "ServiceName": "com.aliyuncs.privatelink.cn-huhehaote.epsrv-hp3xdsq46ael67lo****",
  "Bandwidth": 1024,
  "EndpointId": "ep-hp33b2e43fays7s8****",
  "RegionId": "cn-huhehaote",
  "ConnectionStatus": "Connected",
  "ZoneAffinityEnabled": true,
  "ResourceGroupId": "rg-acfmz7nocpei***",
  "PolicyDocument": "{\n  \"Version\": \"1\",\n  \"Statement\": [\n    {\n      \"Effect\": \"Allow\",\n      \"Action\": [\n        \"oss:List*\",\n        \"oss:PutObject\",\n        \"oss:GetObject\"\n      ],\n      \"Resource\": [\n        \"acs:oss:oss-*:*:pvl-policy-test/policy-test.txt\"\n      ],\n      \"Principal\": {\n        \"RAM\": [\n          \"acs:ram::14199xxxxxx:*\"\n        ]\n      }\n    }\n  ]\n}",
  "AddressIpVersion": "IPv4"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400EndpointNotFoundThe specified Endpoint does not exist.當前終端節點未找到。
400EndpointConnectionNotFoundThe specified endpoint connection does not exist.當前終端節點連接未找到。

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

變更歷史

變更時間變更內容概要操作
2024-09-12OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更查看變更詳情
2024-05-10OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更查看變更詳情
2023-09-26OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更查看變更詳情
2023-09-05OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更查看變更詳情
2023-01-04OpenAPI 錯誤碼發生變更查看變更詳情
2022-09-20OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更查看變更詳情