Ecs Instance Set Data Disk
data class EcsInstanceSetDataDisk(val autoSnapshotPolicyId: String? = null, val diskCategory: String? = null, val diskDescription: String? = null, val diskName: String? = null, val diskSize: Int, val encrypted: Boolean? = null, val kmsKeyId: String? = null, val performanceLevel: String? = null, val snapshotId: String? = null)
Properties
Link copied to clipboard
The ID of the automatic snapshot policy applied to the system disk.
Link copied to clipboard
The category of the disk. Valid values: cloud_efficiency
, cloud_ssd
, cloud_essd
, cloud
.
Link copied to clipboard
The description of the data disk.
Link copied to clipboard
The performance level of the ESSD used as data disk. Valid values: PL0
, PL1
, PL2
, PL3
.
Link copied to clipboard
The snapshot ID used to initialize the data disk. If the size specified by snapshot is greater that the size of the disk, use the size specified by snapshot as the size of the data disk.