模板名稱
ACS-ECS-BulkyResizeDisk 批量擴容磁碟
模板描述
批量擴容磁碟
模板類型
自動化
所有者
Alibaba Cloud
輸入參數
參數名稱 | 描述 | 類型 | 是否必填 | 預設值 | 約束 |
diskIds | 雲端硬碟ID | List | 是 | ||
newSize | 雲端硬碟容量大小 | Number | 是 | ||
regionId | 地區ID | String | 否 | {{ ACS::RegionId }} | |
type | 擴容雲端硬碟的方式 | String | 否 | offline | |
rateControl | 任務執行的並發比率 | Json | 否 | {‘Mode’: ‘Concurrency’, ‘MaxErrors’: 0, ‘Concurrency’: 10} | |
OOSAssumeRole | OOS扮演的RAM角色 | String | 否 | “” |
輸出參數
無
執行此模板需要的權限原則
{
"Version": "1",
"Statement": [
{
"Action": [
"ecs:ResizeDisk"
],
"Resource": "*",
"Effect": "Allow"
}
]
}
詳情
模板內容
FormatVersion: OOS-2019-06-01
Description:
en: Bulky resize disk
zh-cn: 批量擴容磁碟
name-en: ACS-ECS-BulkyResizeDisk
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
newSize:
Label:
en: NewSize
zh-cn: 雲端硬碟容量大小
Type: Number
MinValue: 20
MaxValue: 32768
type:
Label:
en: Type
zh-cn: 擴容雲端硬碟的方式
Description:
en: < p class = "P" > value range:</p>
<ul class="ul">
< Li class = "Li" > offline (default):offline capacity expansion. After capacity expansion, you must restart the instance on the console or call the API to make the operation effective</ li>
< Li class = "Li" > online:online capacity expansion, which can be completed without restarting the instance. The cloud disk type supports efficient cloud disk, SSD cloud disk and ESSD cloud disk</ li>
</ul>
zh-cn: <p class="p">取值範圍:</p>
<ul class="ul">
<li class="li">offline(預設):離線擴容。擴容後,您必須在控制台重啟執行個體或者調用API使操作生效。</li>
<li class="li">online:線上擴容,無需重啟執行個體即可完成擴容。雲端硬碟類型支援高效雲端硬碟、SSD雲端硬碟和ESSD雲端硬碟。</li>
</ul>
Type: String
AllowedValues:
- online
- offline
Default: offline
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: resizeDisk
Action: ACS::ExecuteApi
Description:
en: Resize disk
zh-cn: 擴容磁碟
Properties:
Service: ECS
API: ResizeDisk
Parameters:
RegionId: '{{ regionId }}'
DiskId: '{{ ACS::TaskLoopItem }}'
NewSize: '{{ newSize }}'
Type: '{{ type }}'
Loop:
RateControl: '{{ rateControl }}'
Items: '{{ diskIds }}'
Metadata:
ALIYUN::OOS::Interface:
ParameterGroups:
- Parameters:
- regionId
- diskIds
- newSize
- type
Label:
default:
zh-cn: 參數設定
en: Configure Parameters
- Parameters:
- rateControl
- OOSAssumeRole
Label:
default:
zh-cn: 進階選項
en: Control Options