Cluster Node Group Data Disk
data class ClusterNodeGroupDataDisk(val category: String, val count: Int? = null, val performanceLevel: String? = null, val size: Int)
Constructors
Link copied to clipboard
fun ClusterNodeGroupDataDisk(category: String, count: Int? = null, performanceLevel: String? = null, size: Int)