DiskArgs

fun DiskArgs(autoDelete: Output<Boolean>? = null, mountPoint: Output<String>? = null, name: Output<String>, readOnly: Output<Boolean>? = null, sizeGb: Output<Int>? = null, source: Output<String>? = null, type: Output<DiskType>)