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

CreateVirtualNode - 創建一個虛擬節點

調用CreateVirtualNode創建一個虛擬節點(VNode),用于對接自建Kubernetes集群,使其可以擴展資源到ECI。

接口說明

  • 調用本接口創建虛擬節點時,系統將自動為您創建一個服務關聯角色 AliyunServiceRoleForECIVnode,用于訪問 ECI、ECS、VPC 等相關云服務。更多信息,請參見虛擬節點服務關聯角色

  • 虛擬節點按個數計費。每個虛擬節點會有一個常駐節點,相當于 2 vCPU,8 GiB 的 ECI 實例,收取相關 ECI 實例費用。

調試

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

授權信息

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

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

請求參數

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

地域 ID。

cn-hangzhou
ZoneIdstring

可用區 ID。

cn-hangzhou-b
SecurityGroupIdstring

安全組 ID。虛擬節點以及該虛擬節點下的 ECI 實例將加入到該安全組中。

sg-2ze81zoc3yl7a3we****
VSwitchIdstring

交換機 ID。虛擬節點以及虛擬節點下的 ECI 實例所使用的交換機。
支持指定多個(1~10 個)屬于同一 VPC 的交換機。

vsw-2ze23nqzig8inprou****
VirtualNodeNamestring

虛擬節點的名稱。長度為 2~128 個英文字符,可以包含小寫英文字符、數字、半角句號(.)或者短劃線(-)。

testNode
ResourceGroupIdstring

資源組 ID。

rg-uf66jeqopgqa9hdn****
ClientTokenstring

保證請求冪等性。從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。只支持 ASCII 字符,且不能超過 64 個字符。更多詳情,請參見如何保證冪等性

123e4567-e89b-12d3-a456-426655440000
EnablePublicNetworkboolean

是否支持公網。默認為 false。
如果設置為 true,則虛擬節點將對外暴露一個公網 IP。

false
EipInstanceIdstring

彈性公網 IP 的 ID。

eip-uf66jeqopgqa9hdn****
KubeConfigstring

虛擬節點要連接的 Kubernetes 集群的 KubeConfig。需進行 Base64 編碼后傳入。

JTVDbmFwaVZlcnNpb24lM0ElMjB2MSU1Q25jbHVzdGVycyUzQSU1Q24tJTIwY2x1c3RlciUzQSU1Q24uLi******
CustomResourcesstring

虛擬節點支持的自定義資源。如果 ECI Pod 的 request 中聲明了相應的自定義資源,則該 Pod 會被調度到 VNode。 格式為資源名稱=資源數量,多個資源之間使用半角逗號間隔。

example1.com=100,example2.com=200
ClusterDomainstring

集群的域名。配置后,除了主機的搜索域外,Kubelet 會配置所有容器來搜索該域名。

example.com
ClusterDNSstring

DNS 服務器的 IP 地址。如果 ECI Pod 中設置了dnsPolicy=ClusterFirst,則使用該配置值為容器提供 DNS 服務。 支持配置多個 IP 地址,多個 IP 地址之間使用半角逗號間隔。

100.1.XX.XX
Tagarray<object>

虛擬節點標簽信息。最多可以配置 20 個。

object

虛擬節點標簽信息。

Keystring

標簽鍵。

name
Valuestring

標簽值。

test
Taintarray<object>

虛擬節點污點信息。最多可以配置 20 個。

object

虛擬節點污點信息。

Keystring

污點的 Key。

testKey
Valuestring

污點的 Value。

testValue
Effectstring

污點的 Effect。取值范圍:

  • NoSchedule:不將 Pod 調度到具有該污點的節點上。
  • NoExecute:不將 Pod 調度到具有該污點的節點上的同時,驅逐節點上已經存在的 Pod。
  • PreferNoSchedule:盡量不將 Pod 調度到具有該污點的節點上。
NoSchedule
TlsBootstrapEnabledboolean

是否啟用 TLS 啟動引導。啟用后,請使用 TLS 啟動引導的 KubeConfig 證書。取值范圍:

  • true:啟用
  • false:不啟用

默認為 false。

false

返回參數

名稱類型描述示例值
object

返回信息。

RequestIdstring

請求 ID。

89164E78-FC82-4684-BE97-DCDD85D26546
VirtualNodeIdstring

虛擬節點 ID。

vnd-2ze960zkdqrldeaw****

示例

正常返回示例

JSON格式

{
  "RequestId": "89164E78-FC82-4684-BE97-DCDD85D26546",
  "VirtualNodeId": "vnd-2ze960zkdqrldeaw****"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400Account.ArrearageYour account has an outstanding payment.賬號已經欠費。
400DryRunOperationRequest validation has been passed with DryRun flag set.此次DryRun預檢請求合格。
400InvalidParameter.CPU.MemoryThe specified cpu and memory are not allowed-
400InvalidParameter.DuplicatedNameThe container group include containers with duplicate names.容器組內有重復名字的容器。
400InvalidParameter.DuplicatedVolumeNameThe container group includes volumes with duplicate names.容器組內有重復名字的數據卷。
400IncorrectStatus%s指定的實例狀態不正確。
400ServiceNotEnabled%s該次請求所依賴的服務沒有開通,請開通后再試。
400ImageSnapshot.IncorrectStatus%s用于鏡像緩存的快照狀態不正確。
400ImageSnapshot.NotSupport%s基于數據盤快照的鏡像緩存功能暫未全網開放,如有需要請聯系我們。
400DiskVolume.NotSupportThe disk volume is not supported.云盤卷暫不支持,如有需要請聯系我們。
400RamRole.NotSupportThe RAM role is not supported.ram實例角色不支持。
400DiskNumber.LimitExceedThe maximum number of disks in an instance is exceeded.實例下云盤數目超過限制。
400InvalidPaymentMethod.InsufficientBalanceNo payment method is specified for your account. We recommend that you add a payment method or add funds to the prepayment balance.您的賬戶暫無有效支付方式,請添加支付方式或保持預付款余額充足。
400DiskVolume.NotInSameZoneThe instance to be created and the disk are not in the same zone.即將創建的實例和云盤不在同一可用區。
400NoPermissionYou are not authorized to use the "Product on ECI" feature.-
400HighCpuMemConfigRequiredYou need to apply to be added to the whitelist of the specified CPU and memory.您需要申請CPU高配白名單。
400RecommendEmpty.InstanceTypeFamilyNotMatchedThe recommended instance type is unavailable in the current zone. Try again later.當前可用區沒有推薦的規格可使用,請稍后重試或者到其他的可用區創建。
400LocalDiskAmountNotMatchThe number of local volumes does not match the instance type.本地盤數量跟實例規格不匹配
400Payfor.CreditPayInsufficientBalanceYour payment credit line is insufficient.您的付款信用額度不足。
400InvalidOperation.KMS.InstanceTypeNotSupportThe specified instance is invalid. Only I/O optimized instances support KMS key.指定的實例無效,只有 I/O 優化類型的實例支持設置“KMS Key”。
400InvalidParameter.Encrypted.KmsNotEnabledKMS must be enabled for encrypted disks.加密磁盤需要啟用密鑰管理服務。
400InvalidParameter.KMS.EncryptedIllegalAfter configuring the parameter KmsKeyId, you must enable encryption.設置參數“KmsKeyId”后,您必須開啟加密屬性。
400Ipv6AddressNotSupportVswIPv6 is not supported in the specified vSwitch.該交換機暫未開通ipv6地址。
400EipAddressPoolIpNotEnoughThe ip address of specified PublicIpAddressPool is not enough.指定的eip公網地址池地址資源不足。
400VnodeDedicatedHostIdAlreadyExistDedicatedHostId:%s of Vnode:%s already exists.DedicatedHostId已經存在
400DedicatedHostQuotaExceededThe quota of DedicatedHost is exceeded.專有宿主機的quota超過限制
403OperationDenied.VswZoneMisMatchThe specified VSwitchId is not in the specified Zone.-
403QuotaExceeded%s quota exceeded.用戶允許創建的實例已經超過限制。
403Zone.NotOnSaleThe specified zone is not available for purchase.創建實例的可用區已經關閉售賣,請更換其他可用區。或者無法在該可用區使用指定 VPC 的虛擬交換機。
403Forbidden.RiskControlThis operation has been identified as an abnormal operation and cannot be processed.此操作已被確定為一個操作異常,無法處理。
403Forbidden.SubUserThe specified action is not available for you.當前用戶無法執行該操作。
403Forbidden.OnlyForInvitedTestEci create action is only open to invited users during public beta.Eci公測階段只對受邀的用戶開放。
403OperationDenied.SecurityGroupMisMatchThe specified VSwitchId and SecurityGroupId are not in the same VPC.指定的交換機和安全組不在同一個VPC下。
403InvalidVSwitchId.IpNotEnoughThe specified VSwitch does not have enough IP addresses.-
403Forbidden.UserBussinessStatusThis operation is not allowed, because you have overdue bills. Pay the overdue bill and try again.用戶處于欠費狀態不允許創建,請充值后再嘗試。
403Forbidden.UserNotRealNameAuthenticationThis operation is not allowed, because you have not passed the real-name verification.操作被禁止,因為用戶還未進行實名認證。
403InvalidUser.PassRoleForbiddenThe RAM user is not authorized to assume a RAM role.子賬號用戶沒有權限使用RAM實例角色。
403NoPermissionThe RAM role does not belong to ECS.-
403OperationDenied.NoStockSales of this resource are temporarily suspended in the specified zone. We recommend that you use the multi-zone creation function to avoid the risk of insufficient resource. For more information, see http://bestwisewords.com/document_detail/157290.html-
403InvalidParameter.KMS.KeyId.ForbiddenYou are not authorized to access the specified KMSKeyId.無權訪問指定的 KMSKeyId。
403NoPermissionThe RAM role AliyunECIContainerGroupRole does not belong to eci.aliyuncs.com. Please check and try again.-
403Forbidden.AccountClosedThe operation is forbidden. Your account has been closed.操作被禁止,因為用戶賬戶已注銷。
403InvalidOperation.ResourceManagedByCloudProductThe operation is forbidden. The security group has been managed by another cloud product.安全組由其他云產品管理,禁止操作。
403Spot.NotMatched%s. We recommend that you use the create multi-zone function to avoid insufficient inventory. For more information, see http://bestwisewords.com/document_detail/157290.html-
403SecurityRisk.3DVerificationWe have detected a security risk with your default credit or debit card. Please proceed with verification via the link in your email.我們檢測到您的默認信用卡或借記卡存在安全風險。請通過電子郵件中的鏈接進行驗證。
403CreateServiceLinkedRole.DeniedPlease make sure the account has ram:CreateServiceLinkedRole permission.請確保賬號擁有ram:CreateServiceLinkedRole權限。
404ImageSnapshot.NotFoundThe specified snapshot does not exist.鏡像緩存,快照不存在。
404InvalidDiskId.NotFoundThe specified disk does not exist.指定的云盤不存在。
404InvalidParameter.KMS.KeyId.NotFoundThe specified KMSKeyId does not exist.指定的參數“KMSKeyId”不存在。

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

變更歷史

變更時間變更內容概要操作
2023-07-03OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
2023-06-13OpenAPI 錯誤碼發生變更查看變更詳情
2021-09-06新增 OpenAPI查看變更詳情