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

CreateVpcEndpoint - 創建終端節點

創建終端節點。

接口說明

CreateVpcEndpoint 接口屬于異步接口,即系統會返回一個實例 ID,但該終端節點尚未創建完成,系統后臺任務仍在進行中。您可以調用 GetVpcEndpointAttribute 查詢終端節點的創建狀態:

  • 當終端節點處于 Creating 狀態時,表示終端節點正在創建中。
  • 當終端節點處于 Active 狀態時,表示終端節點創建完成。

調試

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

授權信息

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

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

請求參數

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

終端節點所在的地域 ID。

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

cn-huhehaote
ClientTokenstring

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

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

0c593ea1-3bea-11e9-b96b-88e9fe637760
DryRunboolean

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

  • true:發送檢查請求,不會創建終端節點。檢查項包括是否填寫了必需參數、請求格式、業務限制。如果檢查不通過,則返回對應錯誤。如果檢查通過,則返回錯誤碼DryRunOperation
  • false(默認值):發送正常請求,通過檢查后返回 HTTP 2xx 狀態碼并直接進行操作。
false
EndpointNamestring

終端節點名稱。

長度為 2~128 個字符,以英文字母或中文開頭,可包含數字、短劃線(-)和下劃線(_)。

test
EndpointTypestring

終端節點類型。取值:

  • Interface:表示接口終端節點。您可以添加應用型負載均衡 ALB(ApplicationLoad Balancer)、傳統型負載均衡 CLB(Classic Load Balancer)和網絡型負載均衡 NLB(Network Load Balancer )的服務資源類型。

  • Reverse:表示反向終端節點。您可以添加 VPC NAT 網關作為服務資源。

說明 支持反向終端節點的服務只能由阿里云和生態合作伙伴提供,默認不支持自己創建,如需自己創建,請聯系客戶經理申請。
Interface
ZonePrivateIpAddressCountlong

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

1
EndpointDescriptionstring

終端節點描述。

描述長度為 2~256 個字符,開頭不能為http://https://。

This is my Endpoint.
VpcIdstring

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

vpc-hp356stwkxg3fn2xe****
ServiceIdstring

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

epsrv-hp3xdsq46ael67lo****
ServiceNamestring

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

com.aliyuncs.privatelink.cn-huhehaote.epsrv-hp3vpx8yqxblby3i****
Zonearray<object>

終端節點可用區列表。

object

當前地域下的可用區 ID。

系統將在您指定的可用區下創建資源。

VSwitchIdstring

在可用區內要創建終端節點網卡的交換機。 您最多可以設置 10 個交換機。

vsw-hp3uf6045ljdhd5zr****
ZoneIdstring

終端節點服務對應的可用區。

您最多可以設置 10 個可用區。

cn-huhehaote-b
ipstring

指定終端節點可用區的 IP。

192.168.XX.XX
Ipv6Addressstring

指定終端節點可用區的 IPv6 地址。

說明 僅 AddressIpVersion 屬性取值為 DualStack 時,該參數才可指定。
2408:4005:34d:****:a58b:62a3:6b55:****
SecurityGroupIdarray

終端節點網卡關聯的安全組列表。

string

終端節點網卡關聯的安全組,安全組可以管控 VPC 到終端節點網卡的數據通信。

sg-bp1fg655nh68xyz9****
ProtectedEnabledboolean

是否開啟托管保護,STS 調用方式下生效。取值:

  • true:開啟。開啟托管保護后,只有和創建時相同的用戶才能通過 STS 方式對該終端節點進行修改或者刪除等操作。
  • false(默認值):不開啟。
false
Tagarray<object>

標簽列表。

object

標簽列表。

Keystring

標簽鍵。

env
Valuestring

標簽值。

prod
ResourceGroupIdstring

資源組 ID。

rg-acfmy*****
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:雙棧類型。
說明 終端節點支持雙棧,要求其連接的終端節點服務及終端節點所處的 VPC 均支持雙棧。
IPv4

返回參數

名稱類型描述示例值
object
EndpointDomainstring

終端節點域名。

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

請求 ID。

0ED8D006-F706-4D23-88ED-E11ED28DCAC0
CreateTimestring

終端節點的創建時間。

2022-01-02T19:11:12Z
EndpointBusinessStatusstring

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

  • Normal:正常。

  • FinancialLocked:欠費鎖定。

Normal
EndpointDescriptionstring

終端節點描述。

This is my Endpoint.
ServiceIdstring

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

epsrv-hp3vpx8yqxblby3i****
EndpointStatusstring

終端節點狀態。取值:

  • Creating:創建中。

  • Active:可用。

  • Pending:修改中。

  • Deleting:刪除中。

Active
VpcIdstring

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

vpc-hp356stwkxg3fn2xe****
EndpointNamestring

終端節點名稱。

test
ServiceNamestring

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

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

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

200
EndpointIdstring

終端節點 ID。

ep-hp33b2e43fays7s8****
ConnectionStatusstring

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

  • Pending:修改中。

  • Connecting:連接中。

  • Connected:已連接。

  • Disconnecting:斷開連接中。

  • Disconnected:未連接。

  • Deleting:刪除中。

Disconnected
AddressIpVersionstring

協議版本。取值:

  • IPv4:IPv4 類型(默認)。
  • DualStack:雙棧類型。
IPv4

示例

正常返回示例

JSON格式

{
  "EndpointDomain": "ep-hp33b2e43fays7s8****.epsrv-hp3xdsq46ael67lo****.cn-huhehaote.privatelink.aliyuncs.com",
  "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0",
  "CreateTime": "2022-01-02T19:11:12Z",
  "EndpointBusinessStatus": "Normal",
  "EndpointDescription": "This is my Endpoint.",
  "ServiceId": "epsrv-hp3vpx8yqxblby3i****",
  "EndpointStatus": "Active",
  "VpcId": "vpc-hp356stwkxg3fn2xe****",
  "EndpointName": "test",
  "ServiceName": "com.aliyuncs.privatelink.cn-huhehaote.epsrv-hp3xdsq46ael67lo****",
  "Bandwidth": 200,
  "EndpointId": "ep-hp33b2e43fays7s8****",
  "ConnectionStatus": "Disconnected",
  "AddressIpVersion": "IPv4"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400EndpointExistThe specified Endpoint already exists.當前終端節點已經存在。
400EndpointZoneDuplicatedThe zone is duplicated for the Endpoint.終端節點服務下面可用區不可以重復
400EndpointServiceNotFoundThe specified Service does not exist.當前終端節點服務不存在
400EndpointServiceNotSupportedZoneThe specified endpoint service does not support the zone.終端節點服務不支持當前可用區。
400VSwitchNotFoundThe specified VSwitch does not exist.當前虛擬交換機未找到。
400SecurityGroupNotFoundThe specified security group does not exist.當前安全組未找到。
400VpcTunnelNotFoundThe specified VPC tunnel does not exist.當前VPC信道未找到。
400VpcNotFoundThe specified VPC does not exist.當前VPC未找到。
400GenerateResourceIdFailedFailed to generate ResourceId.生成資源ID失敗。
400QuotaMisMatchedThe resource you applied for has exceeded the quota.申請的資源超過配額
400EndpointMustContainSecurityGroupThe specified endpoint must have at least one security group.終端節點需要至少加入一個安全組
400EndpointDuplicatedThe endpoint of the service already exists and cannot be created again.此服務的終端節點已存在,不能重復創建
400EndpointServiceDeletedThe specified Service is already deleted.終端節點服務已經被刪除
400EndpointServiceResourceNotFoundThe specified service resource is not found.終端節點服務資源未找到
400SecurityGroupTypeNotSupportThe specified security group type is not supported.該安全組類型不支持
400EniIpUnavailableThe specified IP address is unavailable.指定的IP不可用
400EndpointServiceNotAuthorizedThe specified endpoint service is not authorized to user.終端節點服務未授權給用戶。
400SecurityGroupTypeOnlySingleTypeSupportededThe specified security group only support one type.安全組只支持一種類型
400QuotaExceeded.IpQuotaPerEpThe quota of %s is exceeded, usage %s/%s.配額%s已超額度限制,目前已使用%s,配額為%s。
400Mismatch.EndpointTypeThe %s is mismatched for %s and %s.%s在%s和%s中不匹配。
400IncorrectStatus.VpcEndpointServiceThe status of %s [%s] is incorrect.資源%s [%s]的狀態無效。
400CheckServiceLinkRoleErrorThe ServiceLink role check error.ServiceLinkRole校驗錯誤
400ResourceNotEnough.VSwitchIpThe specified resource of VSwitchIp is not enough.vswitchip數量不夠
400VSwitchStatusNotAllowedThe specified vswitch status is not Available.交換機狀態還未可用
400QuotaExceeded.epZonePerEndpointThe quota of %s is exceeded, usage %s/%s.用戶單個endpoint可用區限制
400QuotaExceeded.totalEpPerVpcThe quota of %s is exceeded, usage %s/%s.用戶單個VPC終端節點數量限額。
400QuotaExceeded.totalIdleEndpointThe quota of %s is exceeded, usage %s/%s.用戶空閑未連接endpoint總數限制
400OperationDenied.EndpointPolicyNotSupportThe operation is not allowed because of EndpointPolicyNotSupport.操作不允許,終端節點策略不支持
400OperationDenied.PrivateDomainStatusNotSupportThe operation is not allowed because of %s.由于%s,操作不支持
400OperationDenied.PrivateDomainNotSupportThe operation is not allowed because of PrivateDomainNotSupport.由于%s,操作不支持
400DependencyViolation.PrivateDnsNameThe specified resource of %s depends on %s, so the operation cannot be completed.資源%s依賴于%s,導致操作無法完成
400GatewayLoadBalancerNotSupportSecurityGroupThe gateway load balancer not support security group.網關型負載均衡類型不支持設置安全組
400GatewayLoadBalancerZoneCountDenyThe GatewayLoadBalancer zone count not support可用區數量不滿足限制,無法操作。
400OperationDenied.EndpointTypeNotSupportDualstackThe specified endpoint type does not support dualstack, only the Interface and GatewayLoadBalancer types support dual stack.終端節點類型不支持雙棧,僅Interface、GatewayLoadBalancer類型支持雙棧。
400OperationDenied.EndpointServiceNotSupportDualstackThe specified endpoint service does not support dualstack.終端節點服務不支持雙棧。
400OperationDenied.VSwitchNotSupportDualstackThe specified VSwitch does not support dualstack.VSwitch不支持雙棧。
400OperationDenied.AddressIpVersionNotSupportSpecifyIpv6The AddressIpVersion of the endpoint does not support specifying IPv6 address.終端節點的AddressIpVersion不支持指定IPv6地址。
400IllegalParam.IpThe specified parameter IP is invalid.指定的IP地址格式不符合要求。
400IllegalParam.Ipv6AddressThe specified parameter Ipv6Address is invalid.指定的IPv6地址格式不符合要求。
400IllegalParam.AddressIpVersionThe specified parameter AddressIpVersion is invalid.指定的參數AddressIpVersion 不符合要求。

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

變更歷史

變更時間變更內容概要操作
2024-09-18OpenAPI 錯誤碼發生變更查看變更詳情
2024-09-12OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更、OpenAPI 返回結構發生變更查看變更詳情
2024-05-10OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
2024-04-08OpenAPI 錯誤碼發生變更查看變更詳情
2023-09-26OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
2023-09-19OpenAPI 錯誤碼發生變更查看變更詳情
2023-09-05OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
2022-11-30OpenAPI 描述信息更新、OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
2022-11-02OpenAPI 錯誤碼發生變更查看變更詳情
2022-09-20OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
2022-07-26OpenAPI 錯誤碼發生變更查看變更詳情
2021-12-03OpenAPI 錯誤碼發生變更查看變更詳情