LaunchTemplateSystemDisk

data class LaunchTemplateSystemDisk(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
fun LaunchTemplateSystemDisk(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 disk:

Link copied to clipboard

Delete this data disk when the instance is destroyed. It only works on cloud, cloud_efficiency, cloud_ssd and cloud_essd disk. If the category of this data disk was ephemeral_ssd, please don't set this param. Default to true

Link copied to clipboard
val description: String? = null

The description of the data disk.

Link copied to clipboard
val encrypted: Boolean? = null

Encrypted the data in this disk. Default to false

Link copied to clipboard
val iops: String? = null
Link copied to clipboard
val name: String? = null

The name of the data disk.

Link copied to clipboard
Link copied to clipboard
val size: Int? = null

The size of the data disk.