Class: IControl::LocalLB::ObjectStatus

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

Overview

An struct that specifies an object status.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_statusIControl::LocalLB::AvailabilityStatus

The availability color status of the object.

Returns:



272
273
274
# File 'lib/icontrol/local_lb.rb', line 272

def availability_status
  @availability_status
end

#enabled_statusIControl::LocalLB::EnabledStatus

The enabled status of the object.

Returns:



272
273
274
# File 'lib/icontrol/local_lb.rb', line 272

def enabled_status
  @enabled_status
end

#status_descriptionString

The textual description of the object’s status.

Returns:

  • (String)

    the current value of status_description



272
273
274
# File 'lib/icontrol/local_lb.rb', line 272

def status_description
  @status_description
end