data class NodeTemplateDiskArgs(val diskCount: Output<Int>? = null, val diskSizeGb: Output<Int>? = null, val diskType: Output<String>? = null) : ConvertibleToJava<NodeTemplateDiskArgs>
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.