Cluster Node Group System Disk Args
data class ClusterNodeGroupSystemDiskArgs(val category: Output<String>, val count: Output<Int>? = null, val performanceLevel: Output<String>? = null, val size: Output<Int>) : ConvertibleToJava<ClusterNodeGroupSystemDiskArgs>
Constructors
Link copied to clipboard
fun ClusterNodeGroupSystemDiskArgs(category: Output<String>, count: Output<Int>? = null, performanceLevel: Output<String>? = null, size: Output<Int>)