InstanceDataDiskArgs

data class InstanceDataDiskArgs(val category: Output<String>? = null, val diskId: Output<String>? = null, val encryptKeyId: Output<String>? = null, val encrypted: Output<Boolean>? = null, val size: Output<Int>? = null) : ConvertibleToJava<InstanceDataDiskArgs>

Constructors

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

Properties

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

Data disk type. Optional values:

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

Cloud Disk ID.

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

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

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

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

Link copied to clipboard
val size: Output<Int>? = null

Data disk size, unit: GB.

Functions

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