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

AttachEaisEi - 綁定EAIS實例

創建彈性加速計算實例EAIS實例后,您需要調用API AttachEaisEi將該EAIS實例綁定到客戶端實例(ECS實例或ECI實例)上,才能為客戶端實例提供GPU資源。

調試

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

授權信息

當前API暫無授權信息透出。

請求參數

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

實例所屬的地域 ID。

cn-hangzhou
ClientInstanceIdstring

待綁定的 ECS 或 ECI 實例 ID。

i-bp14ws9hbt1oe0u9****
EiInstanceIdstring

EAIS 實例 ID。不設置該參數時,會自動查詢用戶賬號下符合條件的可綁定實例,并選擇查詢出的第一個實例進行綁定。

eais-hzu00xufs1c8j5nn****
EiInstanceTypestring

EAIS 實例的規格。當未指定EiInstanceId參數時,可以設置該參數來限制綁定的 EAIS 實例規格;指定了EiInstanceId參數時,該參數不生效。取值范圍:

  • eais.ei-a6.4xlarge
  • eais.ei-a6.2xlarge
  • eais.ei-a6.xlarge
  • eais.ei-a6.large
eais.ei-a6.2xlarge

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 ID。

C3BCB7DA-BEB6-4982-A765-6EA61EC8****
EiInstanceIdstring

EAIS 實例 ID。

eais-hzu00xufs1c8j5nn****
ClientInstanceIdstring

ECS 或 ECI 實例 ID。

i-bp14ws9hbt1oe0u9****

示例

正常返回示例

JSON格式

{
  "RequestId": "C3BCB7DA-BEB6-4982-A765-6EA61EC8****",
  "EiInstanceId": "eais-hzu00xufs1c8j5nn****",
  "ClientInstanceId": "i-bp14ws9hbt1oe0u9****"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidClientInstanceId.NotBoundThe client instance is not bound.客戶端實例未綁定。
400InvalidClientInstanceId.NotFoundThe client instance does not exist or is not bound.客戶端實例不存在或未綁定。
400InvalidClientInstanceId.TypeErrorThe client instance ID is invalid. Currently, only ECS or ECI instances can be bound.無效的客戶端實例ID, 目前只支持綁定ECS或ECI實例。
400InvalidClientInstanceId.TypeErrorThe client instance ID is invalid. The current instance only supports binding ECS instances.無效的客戶端實例ID, 當前實例只支持綁定ECS實例。
400InvalidClientInstanceId.VpcIdErrorThe client instance is invalid. Please make sure that the VpcId of the client instance and the VpcId of the EAIS instance are the same.無效的客戶端實例,請確保客戶端實例與EAIS實例的專有網絡VpcId一致。
400InvalidClientInstanceId.VSwitchIdErrorThe client instance is invalid. Please make sure that the VSwitchId of the client instance and the VSwitchId of the EAIS instance are the same.無效的客戶端實例,請確保客戶端實例與EAIS實例的交換機VSwitchId一致。
404InvalidClientInstanceId.ForbiddenPlease make sure the ClientInstanceId exists and belongs to you.無效的客戶端實例ID, 請確定該實例存在并歸屬于您。

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

變更歷史

變更時間變更內容概要操作
暫無變更歷史