LaunchTemplateSystemDiskArgs

data class LaunchTemplateSystemDiskArgs(val category: Output<String>? = null, val deleteWithInstance: Output<Boolean>? = null, val description: Output<String>? = null, val encrypted: Output<Boolean>? = null, val iops: Output<String>? = null, val name: Output<String>? = null, val performanceLevel: Output<String>? = null, val size: Output<Int>? = null) : ConvertibleToJava<LaunchTemplateSystemDiskArgs>

Constructors

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

Properties

Link copied to clipboard
val category: Output<String>? = null

The category of the disk:

Link copied to clipboard
val deleteWithInstance: Output<Boolean>? = null

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: Output<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: Output<Boolean>? = null

Encrypted the data in this disk. Default to false

Link copied to clipboard
val iops: Output<String>? = null
Link copied to clipboard
val name: Output<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
val performanceLevel: Output<String>? = null
Link copied to clipboard
val size: Output<Int>? = null

The size of the data disk.

Functions

Link copied to clipboard
open override fun toJava(): LaunchTemplateSystemDiskArgs