ACS::ECS::ResizeDisk

更新时间:
复制 MD 格式

Scales up a cloud disk that is attached to an ECS instance.

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: Number

Attributes

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 new capacity of the cloud disk after scale-up.

Number

Yes

Output

None

References

For more information, see ACS::ECS::ResizeDisk at GitHub.