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

ListResourceTypes - 列舉資源類型

列舉產品的資源類型。

接口說明

GET /api/v1/providers/{provider}/products/{product}/resourceTypes。

調試

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

授權信息

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

請求語法

GET /api/v1/providers/{provider}/products/{product}/resourceTypes HTTP/1.1

請求參數

名稱類型必填描述示例值
x-acs-accept-languagestring

選擇返回產品的語言。

zh_CH:中文 (默認)

en_US:英文。

zh_CH
providerstring

云廠商,目前只支持 Aliyun。

Aliyun
productstring

產品 Code。

ECS
resourceTypesarray

資源類型列表。

string

資源類型。

Instance
nextTokenstring

用來標記當前開始讀取的位置,置空表示從頭開始。

ECS::Disk
maxResultsinteger

分頁查詢時每頁行數。

10

返回參數

名稱類型描述示例值
object

返回結構。

maxResultsinteger

本次請求所返回的最大記錄條數。

10
nextTokenstring

表示當前調用返回讀取到的位置,空代表數據已經讀取完畢

ECS::Disk
requestIdstring

請求 ID。

473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
resourceTypesarray<object>

資源類型列表。

resourceTypeobject

資源類型。

createOnlyPropertiesarray

創建操作私有參數集合。資源查詢操作中不會返回的屬性,但是創建操作中需要傳入的參數。

createOnlyPropertystring

創建操作私有參數。

/properties/AutoRenew
deleteOnlyPropertiesarray

刪除操作私有參數集合。資源查詢操作中不會返回的屬性,但是刪除操作中需要傳入的參數。

deleteOnlyPropertystring

刪除操作私有參數。

/properties/ForceDelete
filterPropertiesarray

list 操作時可以作為 filter 參數的屬性集合。

filterPropertystring

filter 參數。

/properties/ResourceGroupId
getOnlyPropertiesarray

查詢操作私有參數集合。資源查詢操作中不會返回的屬性,但是查詢操作中需要傳入的參數。

getOnlyPropertystring

查詢操作私有參數。

/properties/DryRun
getResponsePropertiesarray

查詢返回的屬性集合。

getResponsePropertystring

查詢返回的屬性。

/properties/NetworkInterfaces/items/properties/IpvSets
handlersobject

支持的資源操作信息(包括 RAM 權限)。

createobject

創建操作關聯信息。

permissionsarray

所需 RAM 權限信息集合。

permissionstring

RAM 權限。

ecs:CreateInstance
deleteobject

刪除操作關聯信息。

permissionsarray

所需 RAM 權限信息集合。

permissionstring

RAM 權限。

ecs:DeleteInstance
getobject

查詢操作關聯信息。

permissionsarray

所需 RAM 權限信息集合。

permissionstring

RAM 權限。

ecs:DescribeInstanceAttachmentAttributes
listobject

列舉操作關聯信息。

permissionsarray

所需 RAM 權限信息集合。

permissionstring

RAM 權限。

ecs:DescribeInstances
updateobject

更新操作關聯信息。

permissionsarray

所需 RAM 權限信息集合。

permissionstring

RAM 權限。

ecs:ModifyInstanceNetworkSpec
infoobject

資源類型基礎信息。

chargeTypestring

付費形式
paid(付費) free(免費)

paid
deliveryScopestring

交付級別

center(中心化部署級別)

region(地域部署級別)

zone(可用區部署級別)

region
descriptionstring

資源類型描述。

An ECS instance is equivalent to a virtual machine, including the most basic computing components such as CPU, memory, operating system, network, and disk. You can easily customize and change the configuration of the instance. You have full control over the virtual machine.
titlestring

資源類型名稱。

Instance
listOnlyPropertiesarray

列舉操作私有參數集合。資源查詢操作中不會返回的屬性,但是列舉操作中需要傳入的參數。

listOnlyPropertystring

列舉操作私有參數。

/properties/DryRun
listResponsePropertiesarray

列舉返回的屬性集合。

listResponsePropertystring

列舉返回的屬性。

/properties/InstanceId
primaryIdentifierstring

資源 ID

/properties/InstanceId
productstring

產品 Code。

ECS
propertiesobject

資源屬性定義,key 是屬性名,value 為屬性詳細信息。

publicPropertiesarray

公共的屬性集合,為資源基本屬性。非操作私有參數。

publicPropertystring

公共屬性。

/properties/Description
readOnlyPropertiesarray

只讀參數集合,只在 list 或者 get 操作中返回,創建及變更時不作為入參。

readOnlyPropertystring

只讀參數

/properties/CreateTime
requiredarray

資源創建必填參數集合。

requiredstring

資源創建必填參數。

RegionId
resourceTypestring

資源類型。

Instance
sensitiveInfoPropertiesarray

敏感屬性集合,例如密碼等。

sensitiveInfoPropertystring

敏感屬性。

/properties/VncPassword
updateOnlyPropertiesarray

更新操作私有參數集合。資源查詢操作中不會返回的屬性,但是更新操作中需要傳入的參數。

updateOnlyPropertystring

更新操作私有參數。

/properties/DryRun
updateTypePropertiesarray

可以修改的屬性集合。

updateTypePropertystring

可改屬性。

/properties/InstanceName
totalCountinteger

本次請求條件下的數據總量。

20

示例

正常返回示例

JSON格式

{
  "maxResults": 10,
  "nextToken": "ECS::Disk",
  "requestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
  "resourceTypes": [
    {
      "createOnlyProperties": [
        "/properties/AutoRenew"
      ],
      "deleteOnlyProperties": [
        "/properties/ForceDelete"
      ],
      "filterProperties": [
        "/properties/ResourceGroupId"
      ],
      "getOnlyProperties": [
        "/properties/DryRun\n"
      ],
      "getResponseProperties": [
        "/properties/NetworkInterfaces/items/properties/IpvSets"
      ],
      "handlers": {
        "create": {
          "permissions": [
            "ecs:CreateInstance"
          ]
        },
        "delete": {
          "permissions": [
            "ecs:DeleteInstance"
          ]
        },
        "get": {
          "permissions": [
            "ecs:DescribeInstanceAttachmentAttributes"
          ]
        },
        "list": {
          "permissions": [
            "ecs:DescribeInstances"
          ]
        },
        "update": {
          "permissions": [
            "ecs:ModifyInstanceNetworkSpec"
          ]
        }
      },
      "info": {
        "chargeType": "paid",
        "deliveryScope": "region",
        "description": "An ECS instance is equivalent to a virtual machine, including the most basic computing components such as CPU, memory, operating system, network, and disk. You can easily customize and change the configuration of the instance. You have full control over the virtual machine.",
        "title": "Instance"
      },
      "listOnlyProperties": [
        "/properties/DryRun"
      ],
      "listResponseProperties": [
        "/properties/InstanceId"
      ],
      "primaryIdentifier": "/properties/InstanceId",
      "product": "ECS",
      "properties": {
        "test": "test",
        "test2": 1
      },
      "publicProperties": [
        "/properties/Description"
      ],
      "readOnlyProperties": [
        "/properties/CreateTime"
      ],
      "required": [
        "RegionId"
      ],
      "resourceType": "Instance",
      "sensitiveInfoProperties": [
        "/properties/VncPassword"
      ],
      "updateOnlyProperties": [
        "/properties/DryRun"
      ],
      "updateTypeProperties": [
        "/properties/InstanceName"
      ]
    }
  ],
  "totalCount": 20
}

錯誤碼

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

變更歷史

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