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

Description of instance launch template version 1. It can be 2, 256 characters in length. It cannot start with "http://" or "https://". The default value is null.

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

Instance launch template name. Can contain 2, 128 characters in length. It must start with an English letter or Chinese, can contain numbers, periods (.), colons (:), underscores (_), and hyphens (-). It cannot start with "http://" or "https://".

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

The size of the data disk.