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

DescribeReservedInstanceAutoRenewAttribute - 查詢預(yù)留實(shí)例券自動(dòng)續(xù)費(fèi)屬性

更新時(shí)間:

本接口用于查詢一個(gè)或多個(gè)預(yù)留實(shí)例券自動(dòng)續(xù)費(fèi)屬性,包括自動(dòng)續(xù)費(fèi)時(shí)長(zhǎng)和自動(dòng)續(xù)費(fèi)狀態(tài)。

調(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)限策略語(yǔ)句的Action元素中使用,用來(lái)給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問(wèn)級(jí)別:是指每個(gè)操作的訪問(wèn)級(jí)別,取值為寫(xiě)入(Write)、讀取(Read)或列出(List)。
  • 資源類(lèi)型:是指操作中支持授權(quán)的資源類(lèi)型。具體說(shuō)明如下:
    • 對(duì)于必選的資源類(lèi)型,用背景高亮的方式表示。
    • 對(duì)于不支持資源級(jí)授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問(wèn)級(jí)別資源類(lèi)型條件關(guān)鍵字關(guān)聯(lián)操作
ecs:DescribeReservedInstanceAutoRenewAttributeget
*ReservedInstance
acs:ecs:{#regionId}:{#accountId}:reservedinstance/{#ReservedInstanceId}
    無(wú)
無(wú)

請(qǐng)求參數(shù)

名稱類(lèi)型必填描述示例值
RegionIdstring

預(yù)留實(shí)例券所屬的地域 ID。您可以調(diào)用 DescribeRegions 查看最新的阿里云地域列表。

cn-hangzhou
ReservedInstanceIdarray

預(yù)留實(shí)例券 ID 數(shù)組。

string

預(yù)留實(shí)例券 ID。您可以調(diào)用 DescribeReservedInstances 查看已購(gòu)買(mǎi)的預(yù)留實(shí)例券。僅支持查詢已生效(Status=Active)的預(yù)留實(shí)例券的自動(dòng)續(xù)費(fèi)狀態(tài)。

單次續(xù)費(fèi)的預(yù)留實(shí)例券數(shù)量最多不超過(guò) 100 個(gè)。

ecsri-ajdfaj****

返回參數(shù)

名稱類(lèi)型描述示例值
object
RequestIdstring

請(qǐng)求 ID。

04F0F334-1335-436C-A1D7-6C044FE7****
ReservedInstanceRenewAttributesarray<object>

由 ReservedInstanceRenewAttribute 組成的數(shù)組格式,返回預(yù)留實(shí)例券的自動(dòng)續(xù)費(fèi)設(shè)置信息。

ReservedInstanceRenewAttributeobject
PeriodUnitstring

續(xù)費(fèi)單位。

可能值:Year、Month。

Month
Durationinteger

自動(dòng)續(xù)費(fèi)時(shí)長(zhǎng)。

1
ReservedInstanceIdstring

預(yù)留實(shí)例券 ID。

ecsri-ajdfaj****
RenewalStatusstring

預(yù)留實(shí)例券自動(dòng)續(xù)費(fèi)狀態(tài)。可能值:

  • AutoRenewal:自動(dòng)續(xù)費(fèi)。
  • Normal:手動(dòng)續(xù)費(fèi)。
AutoRenewal

示例

正常返回示例

JSON格式

{
  "RequestId": "04F0F334-1335-436C-A1D7-6C044FE7****",
  "ReservedInstanceRenewAttributes": {
    "ReservedInstanceRenewAttribute": [
      {
        "PeriodUnit": "Month",
        "Duration": 1,
        "ReservedInstanceId": "ecsri-ajdfaj****",
        "RenewalStatus": "AutoRenewal"
      }
    ]
  }
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
403ChargeTypeViolationPay-As-You-Go dedicated host do not support this operation.-
403MissingParamter.InstanceIdReservedInstanceId should not be null.-
403InvalidParameter.ToManyInstanceIdsReservedInstanceId should be less than 100.-
403InvalidParameter%s無(wú)效的參數(shù)。

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

變更歷史

變更時(shí)間變更內(nèi)容概要操作
暫無(wú)變更歷史