All Products
Search
Document Center

CloudOps Orchestration Service:ACS::ECS::ResetDisk

Last Updated:Jun 12, 2024

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 ID of the snapshot that is 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.