Managed Kubernetes Worker Data Disk Args
data class ManagedKubernetesWorkerDataDiskArgs(val autoSnapshotPolicyId: Output<String>? = null, val category: Output<String>? = null, val device: Output<String>? = null, val encrypted: Output<String>? = null, val kmsKeyId: Output<String>? = null, val name: Output<String>? = null, val performanceLevel: Output<String>? = null, val size: Output<String>? = null, val snapshotId: Output<String>? = null) : ConvertibleToJava<ManagedKubernetesWorkerDataDiskArgs>
Constructors
Link copied to clipboard
fun ManagedKubernetesWorkerDataDiskArgs(autoSnapshotPolicyId: Output<String>? = null, category: Output<String>? = null, device: Output<String>? = null, encrypted: Output<String>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, performanceLevel: Output<String>? = null, size: Output<String>? = null, snapshotId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
(Optional, Available in 1.120.0+) Worker node data disk performance level, when category
values cloud_essd
, the optional values are PL0
, PL1
, PL2
or PL3
, but the specific performance level is related to the disk capacity. For more information, see Enhanced SSDs. Default is PL1
.
Link copied to clipboard
The ID of the snapshot to be used to create data disk N. Valid values of N: 1 to 16. When DataDisk.N.SnapshotId is specified, DataDisk.N.Size is ignored. The data disk is created based on the size of the specified snapshot. Use snapshots that were created on or after July 15, 2013. Otherwise, an error is returned and your request is rejected.