CustomDataDisk

data class CustomDataDisk(val category: String? = null, val performanceLevel: String? = null, val size: Int? = null)

Constructors

Link copied to clipboard
constructor(category: String? = null, performanceLevel: String? = null, size: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

Instance storage type local_ssd: local SSD disk cloud_essd:ESSD PL1 cloud disk

Link copied to clipboard

Cloud Disk Performance Currently only supports PL1

Link copied to clipboard
val size: Int? = null

Instance storage space. Unit: GB.