Action
ACS::ECS::ResizeDisk
Description
Scales up a cloud disk on an Elastic Compute Service (ECS) instance.
Syntax
Action: ACS::ECS::ResizeDisk
Properties:
regionId: String
instanceId: String
diskId: String
newSize: NumberAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The region ID. | String | No | {{ ACS::RegionId }} | |
instanceId | The ID of the ECS instance. | String | Yes | ||
diskId | The cloud disk ID. | String | Yes | Regular expression for string verification: d-[A-Za-z0-9]* The ID must be 1 to 30 characters in length. | |
newSize | The capacity of the cloud disk after it is scaled up. | Number | Yes |
Output
None
References
For more information, see ACS::ECS::ResizeDisk at GitHub.