Ecs Launch Template Data Disk
data class EcsLaunchTemplateDataDisk(val category: String? = null, val deleteWithInstance: Boolean? = null, val description: String? = null, val device: String? = null, val encrypted: Boolean? = null, val name: String? = null, val performanceLevel: String? = null, val size: Int? = null, val snapshotId: String? = null)
Properties
Link copied to clipboard
Indicates whether the data disk is released with the instance.
Link copied to clipboard
The description of the data disk.
Link copied to clipboard
The performance level of the ESSD used as the data disk.
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.