Module: F5::Icontrol::LocalLB::AvailabilityStatus

Defined in:
lib/f5/icontrol/locallb/availability_status.rb

Overview

devcentral.f5.com/wiki/iControl.LocalLB__AvailabilityStatus.ashx A list of possible values for an object’s availability status.

Constant Summary collapse

AVAILABILITY_STATUS_NONE =

Error scenario.

0
AVAILABILITY_STATUS_GREEN =

The object is available in some capacity.

1
AVAILABILITY_STATUS_YELLOW =

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

2
AVAILABILITY_STATUS_RED =

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

3
AVAILABILITY_STATUS_BLUE =

The object’s availability status is unknown.

4
AVAILABILITY_STATUS_GRAY =

The object’s is unlicensed.

5