Class: IControl::Networking::PhyMasterSlaveMode

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/networking.rb,
lib/icontrol/networking.rb

Overview

A list of PHY master/slave relationship modes.

Constant Summary collapse

PHY_MODE_NONE =

No PHY master/slave relationship.

:PHY_MODE_NONE
PHY_MODE_SLAVE =

PHY slave mode.

:PHY_MODE_SLAVE
PHY_MODE_MASTER =

PHY master mode.

:PHY_MODE_MASTER
PHY_MODE_AUTO =

PHY auto mode.

:PHY_MODE_AUTO