Class: IControl::LocalLB::AvailabilityStatus

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

Overview

A list of possible values for an object’s availability status.

Constant Summary collapse

AVAILABILITY_STATUS_NONE =

Error scenario.

:AVAILABILITY_STATUS_NONE
AVAILABILITY_STATUS_GREEN =

The object is available in some capacity.

:AVAILABILITY_STATUS_GREEN
AVAILABILITY_STATUS_YELLOW =

The object is not available at the current moment, but may become available again even without user intervention.

:AVAILABILITY_STATUS_YELLOW
AVAILABILITY_STATUS_RED =

The object is not available, and will require user intervention to make this object available again.

:AVAILABILITY_STATUS_RED
AVAILABILITY_STATUS_BLUE =

The object’s availability status is unknown.

:AVAILABILITY_STATUS_BLUE
AVAILABILITY_STATUS_GRAY =

The object’s is unlicensed.

:AVAILABILITY_STATUS_GRAY