GetEcsLaunchTemplatesTemplateSystemDisk

data class GetEcsLaunchTemplatesTemplateSystemDisk(val category: String, val deleteWithInstance: Boolean, val description: String, val iops: String, val name: String, val performanceLevel: String, val size: Int)

Constructors

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

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

The Iops.

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.