Description
Rolls back a disk by using a snapshot.
Syntax
Action: ACS::ECS::ResetDisk
Properties:
regionId: String
diskId: String
instanceId: String
snapshotId: String
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Limit |
|
regionId |
The region ID. |
String |
No |
{{ ACS::RegionId }} |
|
|
diskId |
The disk ID. |
String |
Yes |
Regular expression for string verification: d-[A-Za-z0-9]* The ID must be 1 to 30 characters in length. |
|
|
instanceId |
The ID of the Elastic Compute Service (ECS) instance. |
String |
Yes |
The ID must be 1 to 30 characters in length. |
|
|
snapshotId |
The snapshot ID used to roll back the disk. |
String |
Yes |
Regular expression for string verification: s-[A-Za-z0-9]* The ID must be 1 to 30 characters in length. |
Output
None
References
For more information, see ACS::ECS::ResetDisk at GitHub.