The following query for User Input Lun Type will serve what you want to achieve.. it perhaps this can be made shorter.
====
SELECT
"solaris"
Union
SELECT
"windows"
Union
SELECT
"hpux"
Union
SELECT
"xen"
Union
SELECT
"aix"
Union
SELECT
"linux"
Union
SELECT
"vmware"
Union
SELECT
"openvms"
Union
SELECT
"hyper_v"
Union
SELECT
"image"
Union
SELECT
"solaris_efi"
Union
SELECT
"windows"
Union
SELECT
"windows_2008"
Union
SELECT
"windows_gpt"
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.