Class: IControl::LocalLB::PoolMember::MemberSessionState
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::PoolMember::MemberSessionState
- Defined in:
- lib/icontrol/local_lb/pool_member.rb,
lib/icontrol/local_lb/pool_member.rb
Overview
A struct that describes a member session state, which allows new sessions to be esablished.
Instance Attribute Summary (collapse)
-
- (IControl::Common::IPPortDefinition) member
The IP address and port for the pool member.
-
- (IControl::Common::EnabledState) session_state
The session state of the specified pool member.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::IPPortDefinition) member
The IP address and port for the pool member.
411 412 413 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 411 def member @member end |
- (IControl::Common::EnabledState) session_state
The session state of the specified pool member. If enabled/true, new sessions will be allowed to establish with the member. If disabled/false, no new sessions will be allowed to be established.
411 412 413 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 411 def session_state @session_state end |