Class: IControl::System::HardwareType

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

Overview

This enumeration represents a general category of hardware present in the system.

Constant Summary collapse

HARDWARE_SWITCH =

network traffic switching hardware, such as a disaggregator

:HARDWARE_SWITCH
HARDWARE_COMPRESSION =

hardware data compression accelerators

:HARDWARE_COMPRESSION
HARDWARE_ENCRYPTION =

hardware data encryption/decryption accelerators

:HARDWARE_ENCRYPTION
HARDWARE_NETWORK =

network-based devices, such as NICs and HSB

:HARDWARE_NETWORK
HARDWARE_PIC =

programmable controllers, such as serial and FPGA

:HARDWARE_PIC
HARDWARE_CHASSIS =

chassis components, such as the annunciator and fan tray

:HARDWARE_CHASSIS
HARDWARE_MEZZANINE =

mezzanine components, such as the mezzanine board of a blade

:HARDWARE_MEZZANINE
HARDWARE_BASE_BOARD =

base board components, such as the main board of a blade

:HARDWARE_BASE_BOARD