***************************************************************************************************************************************
3.32.9	memory		: Redfish memory API.(Not support vertiv)

	usage		: java -jar GbtUtility-2.1.76.jar [options] redfish memory <list| get> [ID] [args...]

	[ID]		: The system resource ID in Redfish system collection (default will choose the first ID).

1.	<list>		: Show all exist memories.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish memory list [ID]
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish memory list Self
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish memory list
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish memory list

2.	<get>		: Get a memory details information.
	<memID>		: The memory resource ID.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish memory get [ID] <memID>
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish memory get Self 2
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish memory get Self 10
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish memory get 5
***************************************************************************************************************************************