Class: IControl::GlobalLB::PoolMember::MemberObjectStatus
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::PoolMember::MemberObjectStatus
- Defined in:
- lib/icontrol/global_lb/pool_member.rb,
lib/icontrol/global_lb/pool_member.rb
Overview
A struct that describes a pool member status.
Instance Attribute Summary collapse
-
#member ⇒ IControl::Common::IPPortDefinition
The IP address and port of the pool member.
-
#status ⇒ IControl::Common::ObjectStatus
The status of the specified pool member.
Instance Attribute Details
#member ⇒ IControl::Common::IPPortDefinition
The IP address and port of the pool member.
351 352 353 |
# File 'lib/icontrol/global_lb/pool_member.rb', line 351 def member @member end |
#status ⇒ IControl::Common::ObjectStatus
The status of the specified pool member.
351 352 353 |
# File 'lib/icontrol/global_lb/pool_member.rb', line 351 def status @status end |