Edge Kubernetes Worker Data Disk
data class EdgeKubernetesWorkerDataDisk(val autoSnapshotPolicyId: String? = null, val category: String? = null, val device: String? = null, val encrypted: String? = null, val kmsKeyId: String? = null, val name: String? = null, val performanceLevel: String? = null, val size: String? = null, val snapshotId: 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.