Edge Kubernetes Worker Data Disk Args
data class EdgeKubernetesWorkerDataDiskArgs(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<EdgeKubernetesWorkerDataDiskArgs>
Constructors
Link copied to clipboard
constructor(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)
Properties
Link copied to clipboard
Worker node data disk auto snapshot policy.
Link copied to clipboard
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 snapshot.