Ecs Disk Args
Import
ECS Disk can be imported using the id, e.g.
$ pulumi import alicloud:ecs/ecsDisk:EcsDisk example <id>
Constructors
Properties
Field availability_zone
has been deprecated from provider version 1.122.0. New field zone_id
instead.
Specifies whether to enable the performance burst feature. Valid values: true
, false
. NOTE: bursting_enabled
is only valid when category
is cloud_auto
.
Specifies whether to delete the automatic snapshots of the disk when the disk is released. Default value: false
.
Specifies whether to release the disk along with its associated instance. Default value: false
.
The description of the disk. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
Specifies whether to enable the automatic snapshot policy feature for the cloud disk. Valid values: true
, false
.
The ID of the instance to which the created subscription disk is automatically attached.
Specifies whether to enable the multi-attach feature for the disk. Default value: Disabled
. Valid values: Enabled
, Disabled
. NOTE: Currently, multi_attach
can only be set to Enabled
when category
is set to cloud_essd
.
The payment type of the disk. Default to PayAsYouGo
. Valid values: PayAsYouGo
, Subscription
. If you want to change the disk payment type, the instance_id
is required.
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. NOTE: provisioned_iops
is only valid when category
is cloud_auto
.
The ID of the resource group to which to add the disk.
The ID of the snapshot to use to create the disk. NOTE: If the size of the snapshot specified by snapshot_id
is larger than the value of size
, the size of the created disk is equal to the specified snapshot size. If the size of the snapshot specified by snapshot_id
is smaller than the value of size
, the size of the created disk is equal to the value of size
.
The ID of the storage set.
The number of partitions in the storage set.