InstanceDataDiskArgs

data class InstanceDataDiskArgs(val autoSnapshotPolicyId: Output<String>? = null, val burstingEnabled: Output<Boolean>? = null, val category: Output<String>? = null, val deleteWithInstance: Output<Boolean>? = null, val description: Output<String>? = null, val device: Output<String>? = null, val encrypted: Output<Boolean>? = null, val kmsKeyId: Output<String>? = null, val name: Output<String>? = null, val performanceLevel: Output<String>? = null, val provisionedIops: Output<Int>? = null, val size: Output<Int>, val snapshotId: Output<String>? = null) : ConvertibleToJava<InstanceDataDiskArgs>

Constructors

Link copied to clipboard
constructor(autoSnapshotPolicyId: Output<String>? = null, burstingEnabled: Output<Boolean>? = null, category: Output<String>? = null, deleteWithInstance: Output<Boolean>? = null, description: Output<String>? = null, device: Output<String>? = null, encrypted: Output<Boolean>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, performanceLevel: Output<String>? = null, provisionedIops: Output<Int>? = null, size: Output<Int>, snapshotId: Output<String>? = null)

Properties

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

The ID of the automatic snapshot policy applied to the system disk.

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

Specifies whether to enable the performance burst feature for the system disk. Valid values:

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_essd, cloud_ssd disk. If the category of this data disk was ephemeral_ssd, please don't set this param. Default value: true.

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

The description of the data disk.

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

The mount point of the data disk.

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

Encrypted the data in this disk. Default value: false.

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

The KMS key ID corresponding to the Nth data disk.

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

The name of the data disk.

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

The performance level of the ESSD used as data disk:

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

The provisioned read/write IOPS of the ESSD AutoPL disk to use as the data disk.

Link copied to clipboard
val size: Output<Int>

The size of the data disk.

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

The snapshot ID used to initialize the data disk. If the size specified by snapshot is greater that the size of the disk, use the size specified by snapshot as the size of the data disk.

Functions

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