ClusterNodeGroupDataDisk

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val count: Int? = null
Link copied to clipboard
Link copied to clipboard
val size: Int