Class: IControl::Networking::MediaStatus

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

Overview

A list of interface media statuses.

Constant Summary collapse

MEDIA_STATUS_UP =

Active status, has link and is initialized.

:MEDIA_STATUS_UP
MEDIA_STATUS_DOWN =

Down status, has no link and is initialized.

:MEDIA_STATUS_DOWN
MEDIA_STATUS_DISABLED =

Disabled status, has been forced down.

:MEDIA_STATUS_DISABLED
MEDIA_STATUS_UNINITIALIZED =

Unitialized status.

:MEDIA_STATUS_UNINITIALIZED
MEDIA_STATUS_LOOPBACK =

In loopback mode.

:MEDIA_STATUS_LOOPBACK
MEDIA_STATUS_UNPOPULATED =

Interface not physically populated.

:MEDIA_STATUS_UNPOPULATED