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
Link copied to clipboard
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
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