模板名稱
ACS-ECS-BulkyModifyDiskSpec 批量修改雲端硬碟規格
模板描述
批量修改雲端硬碟規格
模板類型
自動化
所有者
Alibaba Cloud
輸入參數
參數名稱 | 描述 | 類型 | 是否必填 | 預設值 | 約束 |
diskIds | 雲端硬碟ID | List | 是 | ||
regionId | 地區ID | String | 否 | {{ ACS::RegionId }} | |
performanceLevel | 雲端硬碟的效能層級 | String | 否 | PL1 | |
diskCategory | 雲端硬碟的類型 | String | 否 | “” | |
rateControl | 任務執行的並發比率 | Json | 否 | {‘Mode’: ‘Concurrency’, ‘MaxErrors’: 0, ‘Concurrency’: 10} | |
OOSAssumeRole | OOS扮演的RAM角色 | String | 否 | “” |
輸出參數
無
執行此模板需要的權限原則
{
"Version": "1",
"Statement": [
{
"Action": [
"ecs:ModifyDiskSpec"
],
"Resource": "*",
"Effect": "Allow"
}
]
}
詳情
模板內容
FormatVersion: OOS-2019-06-01
Description:
en: Bulky modify disk spec
zh-cn: 批量修改雲端硬碟規格
name-en: ACS-ECS-BulkyModifyDiskSpec
name-zh-cn: 批量修改雲端硬碟規格
categories:
- instance_manage
- computenest
Parameters:
regionId:
Type: String
Label:
en: RegionId
zh-cn: 地區ID
AssociationProperty: RegionId
Default: '{{ ACS::RegionId }}'
diskIds:
Label:
en: DiskIds
zh-cn: 雲端硬碟ID
AssociationProperty: ALIYUN::ECS::Disk::DiskId
AssociationPropertyMetadata:
RegionId: regionId
Type: List
performanceLevel:
Label:
en: PerformanceLevel
zh-cn: 雲端硬碟的效能層級
Type: String
AllowedValues:
- PL0
- PL1
- PL2
- PL3
Default: PL1
diskCategory:
Label:
en: DiskCategory
zh-cn: 雲端硬碟的類型
Type: String
AllowedValues:
- cloud_essd
- cloud_auto
- cloud_ssd
- cloud_efficiency
- ''
Default: ''
rateControl:
Label:
en: RateControl
zh-cn: 任務執行的並發比率
Type: Json
AssociationProperty: RateControl
Default:
Mode: Concurrency
MaxErrors: 0
Concurrency: 10
OOSAssumeRole:
Label:
en: OOSAssumeRole
zh-cn: OOS扮演的RAM角色
Type: String
Default: ''
RamRole: '{{ OOSAssumeRole }}'
Tasks:
- Name: modifyDiskSpec
Action: ACS::ExecuteApi
Description:
en: Modify disk spec
zh-cn: 修改磁碟規格
Properties:
Service: ECS
API: ModifyDiskSpec
Parameters:
RegionId: '{{ regionId }}'
DiskId: '{{ ACS::TaskLoopItem }}'
PerformanceLevel: '{{ performanceLevel }}'
DiskCategory: '{{ diskCategory }}'
Loop:
RateControl: '{{ rateControl }}'
Items: '{{ diskIds }}'
Metadata:
ALIYUN::OOS::Interface:
ParameterGroups:
- Parameters:
- regionId
- diskIds
- performanceLevel
- diskCategory
Label:
default:
zh-cn: 參數設定
en: Configure Parameters
- Parameters:
- rateControl
- OOSAssumeRole
Label:
default:
zh-cn: 進階選項
en: Control Options