GetEcsLaunchTemplatesTemplateDataDisk

data class GetEcsLaunchTemplatesTemplateDataDisk(val category: String, val deleteWithInstance: Boolean, val description: String, val encrypted: Boolean, val name: String, val performanceLevel: String, val size: Int, val snapshotId: String)

Constructors

Link copied to clipboard
constructor(category: String, deleteWithInstance: Boolean, description: String, encrypted: Boolean, name: String, performanceLevel: String, size: Int, snapshotId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category of the system disk.

Link copied to clipboard

Specifies whether to release the system disk when the instance is released.

Link copied to clipboard

System disk description.

Link copied to clipboard

Encrypted the data in this disk.

Link copied to clipboard

System disk name.

Link copied to clipboard

The performance level of the ESSD used as the system disk.

Link copied to clipboard
val size: Int

Size of the system disk, measured in GB.

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.