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.

EnumItem.new('AVAILABILITY_STATUS_NONE', '0')
AVAILABILITY_STATUS_GREEN =

The object is available in some capacity.

EnumItem.new('AVAILABILITY_STATUS_GREEN', '1')
AVAILABILITY_STATUS_YELLOW =

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

EnumItem.new('AVAILABILITY_STATUS_YELLOW', '2')
AVAILABILITY_STATUS_RED =

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

EnumItem.new('AVAILABILITY_STATUS_RED', '3')
AVAILABILITY_STATUS_BLUE =

The object’s availability status is unknown.

EnumItem.new('AVAILABILITY_STATUS_BLUE', '4')
AVAILABILITY_STATUS_GRAY =

The object’s is unlicensed.

EnumItem.new('AVAILABILITY_STATUS_GRAY', '5')