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 disk.

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

Encrypted the data in this disk.

Link copied to clipboard

The name of the data disk.

Link copied to clipboard

PerformanceLevel.

Link copied to clipboard
val size: Int

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.