Class: IControl::LocalLB::PoolMember::MemberObjectStatus

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

Overview

A struct that describes a member’s current object status.

Instance Attribute Summary collapse

Instance Attribute Details

#memberIControl::Common::IPPortDefinition

The IP address and port for the pool member.

Returns:


384
385
386
# File 'lib/icontrol/local_lb/pool_member.rb', line 384

def member
  @member
end

#object_statusIControl::LocalLB::ObjectStatus

The object status of the specified pool member.

Returns:


384
385
386
# File 'lib/icontrol/local_lb/pool_member.rb', line 384

def object_status
  @object_status
end