Scaling Configuration Data Disk Args
data class ScalingConfigurationDataDiskArgs(val autoSnapshotPolicyId: Output<String>? = null, val category: Output<String>? = null, val deleteWithInstance: Output<Boolean>? = null, val description: Output<String>? = null, val device: Output<String>? = null, val encrypted: Output<Boolean>? = null, val kmsKeyId: Output<String>? = null, val name: Output<String>? = null, val performanceLevel: Output<String>? = null, val provisionedIops: Output<Int>? = null, val size: Output<Int>? = null, val snapshotId: Output<String>? = null) : ConvertibleToJava<ScalingConfigurationDataDiskArgs>
Constructors
Link copied to clipboard
constructor(autoSnapshotPolicyId: Output<String>? = null, category: Output<String>? = null, deleteWithInstance: Output<Boolean>? = null, description: Output<String>? = null, device: Output<String>? = null, encrypted: Output<Boolean>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, performanceLevel: Output<String>? = null, provisionedIops: Output<Int>? = null, size: Output<Int>? = null, snapshotId: Output<String>? = null)
Properties
Link copied to clipboard
The id of auto snapshot policy for data disk.
Link copied to clipboard
Whether to delete data disks attached on ecs when release ecs instance. Optional value: true
or false
, default to true
.
Link copied to clipboard
The description of data disk N. Valid values of N: 1 to 16. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The performance level of the ESSD used as data disk.
Link copied to clipboard
IOPS measures the number of read and write operations that an Elastic Block Storage (EBS) device can process per second.
Link copied to clipboard
Snapshot used for creating the data disk. If this parameter is specified, the size parameter is neglected, and the size of the created disk is the size of the snapshot.