InstanceDataDisk

data class InstanceDataDisk(val category: String? = null, val diskId: String? = null, val encryptKeyId: String? = null, val encrypted: Boolean? = null, val size: Int? = null)

Constructors

Link copied to clipboard
constructor(category: String? = null, diskId: String? = null, encryptKeyId: String? = null, encrypted: Boolean? = null, size: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

Data disk type. Optional values:

Link copied to clipboard
val diskId: String? = null

Cloud Disk ID.

Link copied to clipboard
val encrypted: Boolean? = null

Whether to encrypt the cloud disk. Value range: true: Yes false (default): No.

Link copied to clipboard
val encryptKeyId: String? = null

The ID of the KMS key used by the cloud disk.

Link copied to clipboard
val size: Int? = null

Data disk size, unit: GB.