***********************************************************************************************************
3.33.6	vmcli		   : Get/set general media redirection options. Mount and umount virtual media.
			     Support CD/ROM, floppy, removable images or devices as vertual media
			     to remote node server of given bmc IPs.

	<Note> The all steps please see "GbtUtility command line SOP v0.11.docx"

	usage		   : java -jar GbtUtility-2.1.76.jar [options] rest
			     vmcli <get | set | imagelist | medialist | mount | unmount> [json file]

	<get>		   : Get vmcli configuration.

	<set> <*.json>	   : Set vmcli configuration by given json file.

	<imagelist>	   : List vmcli image list.

	<medialist>	   : List vmcli media list.

	<mount> <*.json>   : Mount image to remote BMC by given config json file of image.

	<unmount> <*.json> : Unmount image to remote BMC by given config json file of image.

	Example:
		
	by Nodelist	: java -jar GbtUtility-2.1.76.jar rest vmcli get

	by single IP	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest vmcli set vmcli.json
			  java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest vmcli mount vmclimount.json
			  java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest vmcli unmount vmclimount.json

	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest vmcli imagelist
		 	  java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest vmcli medialist
***********************************************************************************************************