Virtual Disk Args
constructor(controllerKey: Output<Int>? = null, deviceKey: Output<Int>? = null, deviceName: Output<String>? = null, diskMode: Output<Either<String, DiskMode>>? = null, diskSizeGB: Output<Int>? = null, diskType: Output<Either<String, DiskType>>? = null, name: Output<String>? = null, unitNumber: Output<Int>? = null)