All Products
Search
Document Center

CloudOps Orchestration Service:ACS::ECS::InheritDiskTagToSnapshot

Last Updated:Sep 04, 2024

Action

ACS::ECS::InheritDiskTagToSnapshot

Description

Inherits tags of a disk to a snapshot.

Syntax

Action: ACS::ECS::InheritDiskTagToSnapshot
Properties:
  regionId: String
  diskId: String
  tagKeys: List
  isUpdate: Boolean
  rateControl: Json

Attributes

Attribute

Description

Type

Required

Default value

Limit

regionId

The region ID.

String

No

{{ ACS::RegionId }}

diskId

The disk ID.

String

Yes

tagKeys

The tag keys to be inherited.

List

Yes

isUpdate

Specifies whether to overwrite the values of tags that have the same keys as the tags to be inherited.

Boolean

No

False

rateControl

The number of concurrent tasks.

Json

No

{'Mode': 'Concurrency', 'MaxErrors': 100, 'Concurrency': 10}

Output

None

References

For more information, see ACS::ECS::InheritDiskTagToSnapshot.yml at GitHub.