***************************************************************************************************************************************
3.32.4	ethernet	: Redfish ethernet interfaces API.(Not support vertiv)

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

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

1.	<list>		: Show all ethernet interfaces in manager.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish ethernet list [ID]
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish ethernet 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 ethernet 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 ethernet list Self

2.	<get>		: Chassis identify LED light setting.
	<name>		: Ethernet interface name.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish ethernet get [ID] <name>
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish ethernet get Self eth1
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish ethernet get usb0
	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 ethernet get eth0
***************************************************************************************************************************************