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

CreateVpcEndpoint - 創(chuàng)建終端節(jié)點(diǎn)

更新時(shí)間:

創(chuàng)建終端節(jié)點(diǎn)。

接口說明

CreateVpcEndpoint 接口屬于異步接口,即系統(tǒng)會(huì)返回一個(gè)實(shí)例 ID,但該終端節(jié)點(diǎn)尚未創(chuàng)建完成,系統(tǒng)后臺(tái)任務(wù)仍在進(jìn)行中。您可以調(diào)用 GetVpcEndpointAttribute 查詢終端節(jié)點(diǎn)的創(chuàng)建狀態(tài):

  • 當(dāng)終端節(jié)點(diǎn)處于 Creating 狀態(tài)時(shí),表示終端節(jié)點(diǎn)正在創(chuàng)建中。
  • 當(dāng)終端節(jié)點(diǎn)處于 Active 狀態(tài)時(shí),表示終端節(jié)點(diǎn)創(chuàng)建完成。

調(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)、讀取(Read)或列出(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)操作
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

請求參數(shù)

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

終端節(jié)點(diǎn)所在的地域 ID。

您可以通過調(diào)用 DescribeRegions 接口獲取地域 ID。

cn-huhehaote
ClientTokenstring

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

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

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

是否只預(yù)檢此次請求。取值:

  • true:發(fā)送檢查請求,不會(huì)創(chuàng)建終端節(jié)點(diǎn)。檢查項(xiàng)包括是否填寫了必需參數(shù)、請求格式、業(yè)務(wù)限制。如果檢查不通過,則返回對(duì)應(yīng)錯(cuò)誤。如果檢查通過,則返回錯(cuò)誤碼DryRunOperation
  • false(默認(rèn)值):發(fā)送正常請求,通過檢查后返回 HTTP 2xx 狀態(tài)碼并直接進(jìn)行操作。
false
EndpointNamestring

終端節(jié)點(diǎn)名稱。

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

test
EndpointTypestring

終端節(jié)點(diǎn)類型。取值:

  • Interface:表示接口終端節(jié)點(diǎn)。您可以添加應(yīng)用型負(fù)載均衡 ALB(ApplicationLoad Balancer)、傳統(tǒng)型負(fù)載均衡 CLB(Classic Load Balancer)和網(wǎng)絡(luò)型負(fù)載均衡 NLB(Network Load Balancer )的服務(wù)資源類型。

  • Reverse:表示反向終端節(jié)點(diǎn)。您可以添加 VPC NAT 網(wǎng)關(guān)作為服務(wù)資源。

說明 支持反向終端節(jié)點(diǎn)的服務(wù)只能由阿里云和生態(tài)合作伙伴提供,默認(rèn)不支持自己創(chuàng)建,如需自己創(chuàng)建,請聯(lián)系客戶經(jīng)理申請。
Interface
ZonePrivateIpAddressCountlong

每個(gè)可用區(qū) ENI 的私網(wǎng) IP 的數(shù)量。僅取值:1

1
EndpointDescriptionstring

終端節(jié)點(diǎn)描述。

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

This is my Endpoint.
VpcIdstring

終端節(jié)點(diǎn)所屬的專有網(wǎng)絡(luò)。

vpc-hp356stwkxg3fn2xe****
ServiceIdstring

終端節(jié)點(diǎn)關(guān)聯(lián)的終端節(jié)點(diǎn)服務(wù)。

epsrv-hp3xdsq46ael67lo****
ServiceNamestring

終端節(jié)點(diǎn)關(guān)聯(lián)的終端節(jié)點(diǎn)服務(wù)的名稱。

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

終端節(jié)點(diǎn)可用區(qū)列表。

object

當(dāng)前地域下的可用區(qū) ID。

系統(tǒng)將在您指定的可用區(qū)下創(chuàng)建資源。

VSwitchIdstring

在可用區(qū)內(nèi)要?jiǎng)?chuàng)建終端節(jié)點(diǎn)網(wǎng)卡的交換機(jī)。 您最多可以設(shè)置 10 個(gè)交換機(jī)。

vsw-hp3uf6045ljdhd5zr****
ZoneIdstring

終端節(jié)點(diǎn)服務(wù)對(duì)應(yīng)的可用區(qū)。

您最多可以設(shè)置 10 個(gè)可用區(qū)。

cn-huhehaote-b
ipstring

指定終端節(jié)點(diǎn)可用區(qū)的 IP。

您最多可以指定 10 個(gè) IP。

192.168.XX.XX
SecurityGroupIdarray

終端節(jié)點(diǎn)網(wǎng)卡關(guān)聯(lián)的安全組列表。

string

終端節(jié)點(diǎn)網(wǎng)卡關(guān)聯(lián)的安全組,安全組可以管控 VPC 到終端節(jié)點(diǎn)網(wǎng)卡的數(shù)據(jù)通信。

sg-bp1fg655nh68xyz9****
ProtectedEnabledboolean

是否開啟托管保護(hù),STS 調(diào)用方式下生效。取值:

  • true:開啟。開啟托管保護(hù)后,只有和創(chuàng)建時(shí)相同的用戶才能通過 STS 方式對(duì)該終端節(jié)點(diǎn)進(jìn)行修改或者刪除等操作。
  • false(默認(rèn)值):不開啟。
false
Tagarray<object>

標(biāo)簽列表。

object

標(biāo)簽列表。

Keystring

標(biāo)簽鍵。

env
Valuestring

標(biāo)簽值。

prod
ResourceGroupIdstring

資源組 ID。

rg-acfmy*****
PolicyDocumentstring

RAM 權(quán)限策略。關(guān)于策略定義的更多信息,請參見權(quán)限策略基本元素

{ "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:*" ] } } ] }

返回參數(shù)

名稱類型描述示例值
object
EndpointDomainstring

終端節(jié)點(diǎn)域名。

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

請求 ID。

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

終端節(jié)點(diǎn)的創(chuàng)建時(shí)間。

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

終端節(jié)點(diǎn)的業(yè)務(wù)狀態(tài)。取值:

  • Normal:正常。

  • FinancialLocked:欠費(fèi)鎖定。

Normal
EndpointDescriptionstring

終端節(jié)點(diǎn)描述。

This is my Endpoint.
ServiceIdstring

終端節(jié)點(diǎn)關(guān)聯(lián)的終端節(jié)點(diǎn)服務(wù)的 ID。

epsrv-hp3vpx8yqxblby3i****
EndpointStatusstring

終端節(jié)點(diǎn)狀態(tài)。取值:

  • Creating:創(chuàng)建中。

  • Active:可用。

  • Pending:修改中。

  • Deleting:刪除中。

Active
VpcIdstring

終端節(jié)點(diǎn)所屬的專有網(wǎng)絡(luò)。

vpc-hp356stwkxg3fn2xe****
EndpointNamestring

終端節(jié)點(diǎn)名稱。

test
ServiceNamestring

終端節(jié)點(diǎn)關(guān)聯(lián)的終端節(jié)點(diǎn)服務(wù)的名稱。

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

終端節(jié)點(diǎn)的連接帶寬,單位:Mbps。

200
EndpointIdstring

終端節(jié)點(diǎn) ID。

ep-hp33b2e43fays7s8****
ConnectionStatusstring

終端節(jié)點(diǎn)連接狀態(tài)。取值:

  • Pending:修改中。

  • Connecting:連接中。

  • Connected:已連接。

  • Disconnecting:斷開連接中。

  • Disconnected:未連接。

  • Deleting:刪除中。

Disconnected

示例

正常返回示例

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": ""
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400EndpointExistThe specified Endpoint already exists.當(dāng)前終端節(jié)點(diǎn)已經(jīng)存在。
400EndpointZoneDuplicatedThe zone is duplicated for the Endpoint.終端節(jié)點(diǎn)服務(wù)下面可用區(qū)不可以重復(fù)
400EndpointServiceNotFoundThe specified Service does not exist.當(dāng)前終端節(jié)點(diǎn)服務(wù)不存在
400EndpointServiceNotSupportedZoneThe specified endpoint service does not support the zone.終端節(jié)點(diǎn)服務(wù)不支持當(dāng)前可用區(qū)。
400VSwitchNotFoundThe specified VSwitch does not exist.當(dāng)前虛擬交換機(jī)未找到。
400SecurityGroupNotFoundThe specified security group does not exist.當(dāng)前安全組未找到。
400VpcTunnelNotFoundThe specified VPC tunnel does not exist.當(dāng)前VPC信道未找到。
400VpcNotFoundThe specified VPC does not exist.當(dāng)前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.終端節(jié)點(diǎn)需要至少加入一個(gè)安全組
400EndpointDuplicatedThe endpoint of the service already exists and cannot be created again.此服務(wù)的終端節(jié)點(diǎn)已存在,不能重復(fù)創(chuàng)建
400EndpointServiceDeletedThe specified Service is already deleted.終端節(jié)點(diǎn)服務(wù)已經(jīng)被刪除
400EndpointServiceResourceNotFoundThe specified service resource is not found.終端節(jié)點(diǎn)服務(wù)資源未找到
400SecurityGroupTypeNotSupportThe specified security group type is not supported.該安全組類型不支持
400EniIpUnavailableThe specified IP address is unavailable.指定的IP不可用
400EndpointServiceNotAuthorizedThe specified endpoint service is not authorized to user.終端節(jié)點(diǎn)服務(wù)未授權(quán)給用戶。
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]的狀態(tài)無效。
400CheckServiceLinkRoleErrorThe ServiceLink role check error.ServiceLinkRole校驗(yàn)錯(cuò)誤
400ResourceNotEnough.VSwitchIpThe specified resource of VSwitchIp is not enough.vswitchip數(shù)量不夠
400VSwitchStatusNotAllowedThe specified vswitch status is not Available.交換機(jī)狀態(tài)還未可用
400QuotaExceeded.epZonePerEndpointThe quota of %s is exceeded, usage %s/%s.用戶單個(gè)endpoint可用區(qū)限制
400QuotaExceeded.totalEpPerVpcThe quota of %s is exceeded, usage %s/%s.用戶單個(gè)VPC終端節(jié)點(diǎn)數(shù)量限額。
400QuotaExceeded.totalIdleEndpointThe quota of %s is exceeded, usage %s/%s.用戶空閑未連接endpoint總數(shù)限制
400OperationDenied.EndpointPolicyNotSupportThe operation is not allowed because of EndpointPolicyNotSupport.操作不允許,終端節(jié)點(diǎn)策略不支持
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,導(dǎo)致操作無法完成
400GatewayLoadBalancerNotSupportSecurityGroupThe gateway load balancer not support security group.網(wǎng)關(guān)型負(fù)載均衡類型不支持設(shè)置安全組
400GatewayLoadBalancerZoneCountDenyThe GatewayLoadBalancer zone count not support可用區(qū)數(shù)量不滿足限制,無法操作。
400OperationDenied.EndpointTypeNotSupportDualstackThe specified endpoint type does not support dualstack, only the Interface and GatewayLoadBalancer types support dual stack.終端節(jié)點(diǎn)類型不支持雙棧,僅Interface、GatewayLoadBalancer類型支持雙棧。
400OperationDenied.EndpointServiceNotSupportDualstackThe specified endpoint service does not support dualstack.終端節(jié)點(diǎn)服務(wù)不支持雙棧。
400OperationDenied.VSwitchNotSupportDualstackThe specified VSwitch does not support dualstack.VSwitch不支持雙棧。
400OperationDenied.AddressIpVersionNotSupportSpecifyIpv6The AddressIpVersion of the endpoint does not support specifying IPv6 address.終端節(jié)點(diǎn)的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.指定的參數(shù)AddressIpVersion 不符合要求。

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

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2024-09-18OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
2024-09-12OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更、OpenAPI 返回結(jié)構(gòu)發(fā)生變更查看變更詳情
2024-05-10OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2024-04-08OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
2023-09-26OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2023-09-19OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
2023-09-05OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2022-11-30OpenAPI 描述信息更新、OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2022-11-02OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
2022-09-20OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2022-07-26OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
2021-12-03OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情