EcsLaunchTemplateSystemDisk

data class EcsLaunchTemplateSystemDisk(val category: String? = null, val deleteWithInstance: Boolean? = null, val description: String? = null, val encrypted: Boolean? = null, val iops: String? = null, val name: String? = null, val performanceLevel: String? = null, val size: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

The category of the system disk. System disk type. Valid values: all, cloud, ephemeral_ssd, cloud_essd, cloud_efficiency, cloud_ssd, local_disk.

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

System disk description. It cannot begin with http:// or https://.

Link copied to clipboard
val encrypted: Boolean? = null

Specifies whether the system disk is encrypted.

Link copied to clipboard
val iops: String? = null

The Iops.

Link copied to clipboard
val name: String? = null

System disk name. The name is a string of 2 to 128 characters. It must begin with an English or a Chinese character. It can contain A-Z, a-z, Chinese characters, numbers, periods (.), colons (:), underscores (_), and hyphens (-).

Link copied to clipboard

The performance level of the ESSD used as the system disk. Valid Values: PL0, PL1, PL2, and PL3. Default to: PL0.

Link copied to clipboard
val size: Int? = null

Size of the system disk, measured in GB. Value range: 20, 500.