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

ModifyInstanceAttachmentAttributes - 修改實例的私有池的屬性

修改實例的私有池匹配模式。

接口說明

私有池是彈性保障服務或容量預定服務在創建后生成的,關聯了與私有池匹配的實例信息。您可以在創建實例時設置是否使用私有池啟動,實例將會與彈性保障服務或容量預定服務進行匹配。

調試

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

授權信息

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

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

請求參數

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

私有池所屬的地域 ID。您可以調用 DescribeRegions 查看最新的阿里云地域列表。

cn-hangzhou
InstanceIdstring

需要修改私有池匹配屬性的實例 ID。

i-bp67acfmxazb4****
PrivatePoolOptions.MatchCriteriastring

修改實例的私有池匹配模式。取值范圍:

  • Open:開放模式。該模式下系統自動為實例匹配開放的私有池。如果沒有符合條件的私有池容量,則使用公共池資源啟動。
  • Target:指定模式。使用指定的私有池容量啟動實例,如果該私有池容量不可用,則實例會啟動失敗。該模式下必須同時指定PrivatePoolOptions.Id參數,設置指定的私有池 ID。
  • None:不使用。該模式下實例正常啟動,不使用私有池。
Open
PrivatePoolOptions.Idstring

私有池 ID,即彈性保障服務 ID 或者容量預定服務 ID。

  • PrivatePoolOptions.MatchCriteria取值為Target時,該參數為必填項。
  • PrivatePoolOptions.MatchCriteria取值為OpenNone時,該參數不傳值。
eap-bp67acfmxazb4****

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

示例

正常返回示例

JSON格式

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400MissingParameter.RegionIdThe specified RegionId should not be null.RegionId是必選參數。
400MissingParameter.InstanceIdThe specified InstanceId should not be null.-
400InvalidResourcePackage.BizStatusThe resource package business status is not supported.-
400InvalidInstanceId.MalFormedThe specified InstanceId is not valid.-
400DedicatedHostNotSupportedDedicatedHost is not supported for PrivatePool.私有池不支持專有宿主機。
400SpotNotSupportedSpot is not supported for PrivatePool.私有池不支持搶占式實例。
400ClassicNetworkNotSupportedClassic network is not supported for PrivatePool.私有池不支持經典網絡類型實例。
400Invalid.InstanceIdInstance does not exist.實例不存在。
400Invalid.PrivatePoolOptions.MatchCriteriaTarget mode does not support this operation.Target模式不支持本次操作。
400MissingParameter.PrivatePoolOptions.IdThe specified PrivatePoolOptions.Id should not be null.PrivatePoolOptions.Id 參數不能為空。
400Invalid.PrivatePoolOptions.IdThe PrivatePool does not exist.私有池不存在。
400Invalid.InstanceTypeThe InstanceType does not match the PrivatePool.實例類型與私有池不匹配。
400Invalid.InstanceChargeTypeThe InstanceChargeType does not match the PrivatePool.實例計費類型與私有池不匹配。
400Invalid.ZoneIdThe ZoneId does not match the PrivatePool.可用區與私有池不匹配。
400Invalid.PrivatePoolOptions.NoStockThe PrivatePool has been used up.-
400Invalid.PrivatePoolOptions.MatchCriteriaThe PrivatePoolOptions.MatchCriteria does not match the PrivatePool.指定的PrivatePoolOptions.MatchCriteria參數與私有池不匹配。
400InvalidPlatform.ValueNotSupportedThe Platform does not match the PrivatePool.指定的Platform參數與私有池不匹配。
400Invalid.PrivatePoolOptions.statusThe PrivatePool is expired or inactive.-
400Invalid.PrivatePoolOptions.statusThe PrivatePool status is not valid.-
400Invalid.PrivatePoolOptions.statusThe Instance should be created within 48 hours once the PrivatePool is started.-
400InvalidAliUidThe PrivatePool does not belong to the user of the Instance.私有池不屬于創建實例的用戶。
400Invalid.InstanceIdThe Instance dose not attached to a PrivatePool.實例未與私有池匹配。
400MissingParameter.PackageTypeThe specified parameter "PackageType" can not be empty.-
400MissingParameter.PrivatePoolOptions.IdsThe specified parameter "PrivatePoolOptions.Ids" can not be empty.-
400MissingParameter.PrivatePoolOptions.IdThe specified parameter "PrivatePoolOptions.Id" can not be empty.-
400MissingParameter.InstanceCpuCoreCountThe specified parameter "InstanceCpuCoreCount" can not be empty.-
400MissingParameter.InstanceAmountThe specified parameter "InstanceAmount" can not be empty.-
400MissingParameter.InstanceCpuCoreCountOrInstanceAmountThe specified parameter "InstanceCpuCoreCount" and "InstanceAmount" must not be empty at the same time.-
400Invalid.TooManyPrivatePoolOptions.IdsToo many PrivatePoolOptions.Ids in this request.PrivatePoolOptions.Ids參數超過上限。
400Invalid.TooManyZoneIdsToo many ZoneIds in the request.ZoneIds參數超過上限。
400Invalid.TooManyInstanceTypesToo many InstanceTypes in the request.InstanceTypes參數超過上限。
400Invalid.TooManyUnpaidPrivatePoolToo many PrivatePools create but still unpaid.多個私有池未支付。
400Invalid.InstanceCpuCoreCountOrInstanceAmountBoth InstanceCpuCoreCount and InstanceAmount are provided.InstanceCpuCoreCount和InstanceAmount兩個參數不需要同時提供。
400Invalid.PrivatePoolOptions.IdsThe specified parameter "PrivatePoolOptions.Ids" exist invalid element Id.-
400Invalid.PackageTypeThe specified parameter "PackageType" is invalid.-
400Invalid.PrivatePool.PurchaseThe PrivatePool has already paid.私有池已經支付。
400Invalid.AssuranceTimes.NotSupportedThe value of AssuranceTimes is not supported.AssuranceTimes參數值不支持。
400Invalid.TooManyInstanceTypesThe specified parameter "InstanceType" should only has one item.-
400Invalid.PrivatePoolOptions.MatchCriteriaThe specified parameter "PrivatePoolOptions.MatchCriteria" is invalid.-
400RepeatStartPrivatePoolPrivatePool has already been started.私有池已經啟動。
400Invalid.PrivatePoolOptions.IdThe specified parameter "PrivatePoolOptions.Id" should be empty.-
400Invalid.InstanceIdModify DedicatedHost Instance's attachment attributes is not supported.-
400Invalid.InstanceIdModify Spot Instance's attachment attributes is not supported.-
400Invalid.InstanceIdModify Classic Network Instance's attachment attributes is not supported.-
400Invalid.InstanceIdThe Instance already belongs to this PrivatePool.-
400Invalid.InstanceIdThe instanceId is not found.-
500InternalErrorThe request processing has failed due to some unknown error, exception or failure.內部錯誤,請重試。
500InvalidRegionId.NotFoundThe specified RegionId does not exist.指定的地域 ID 不存在。

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

變更歷史

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