Class: IControl::Networking::Interfaces::MediaType

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

Overview

A list of interface media types.

Constant Summary collapse

MT_NONE =

Deselect all media.

:MT_NONE
MT_AUTO =

Auto-select best media.

:MT_AUTO
MT_LOOP =

Loopback mode.

:MT_LOOP
MT_NO_PHY =

No PHY mode.

:MT_NO_PHY
MT_10T_HALF =

10BaseT ( RJ45 ) half duplex.

:MT_10T_HALF
MT_10T_FULL =

10BaseT ( RJ45 ) full duplex.

:MT_10T_FULL
MT_100TX_HALF =

100BaseTX ( RJ45 ) half duplex.

:MT_100TX_HALF
MT_100TX_FULL =

100BaseTX ( RJ45 ) full duplex.

:MT_100TX_FULL
MT_1000TX_HALF =

1000BaseTX ( RJ45 ) half duplex.

:MT_1000TX_HALF
MT_1000TX_FULL =

1000BaseTX ( RJ45 ) full duplex.

:MT_1000TX_FULL
MT_1000FX_HALF =

1000BaseFX (Fiber) half duplex.

:MT_1000FX_HALF
MT_1000FX_FULL =

1000BaseFX (Fiber) full duplex.

:MT_1000FX_FULL
MT_10000TX_HALF =

10000BaseTX ( RJ45 ) half duplex.

:MT_10000TX_HALF
MT_10000TX_FULL =

10000BaseTX ( RJ45 ) full duplex.

:MT_10000TX_FULL
MT_10000FX_HALF =

10000BaseFX (Fiber) half duplex.

:MT_10000FX_HALF
MT_10000FX_FULL =

10000BaseFX (Fiber) full duplex.

:MT_10000FX_FULL
MT_1000SX_HALF =

1000BaseSX (Fiber) half duplex.

:MT_1000SX_HALF
MT_1000SX_FULL =

1000BaseSX (Fiber) full duplex.

:MT_1000SX_FULL
MT_1000LX_HALF =

1000BaseLX (Fiber) half duplex.

:MT_1000LX_HALF
MT_1000LX_FULL =

1000BaseLX (Fiber) full duplex.

:MT_1000LX_FULL
MT_1000T_HALF =

1000BaseT ( RJ45 ) half duplex.

:MT_1000T_HALF
MT_1000T_FULL =

1000BaseT ( RJ45 ) full duplex.

:MT_1000T_FULL
MT_10000T_FULL =

10GBaseT (Copper) full duplex.

:MT_10000T_FULL
MT_10000SR_FULL =

10GBaseSR (Fiber) full duplex.

:MT_10000SR_FULL
MT_10000LR_FULL =

10GBaseLR (Fiber) full duplex.

:MT_10000LR_FULL
MT_10000ER_FULL =

10GBaseER (Fiber) full duplex.

:MT_10000ER_FULL