Class: IControl::GlobalLB::Pool::MonitorAssociation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Pool::MonitorAssociation
- Defined in:
- lib/icontrol/global_lb/pool.rb,
lib/icontrol/global_lb/pool.rb
Overview
A struct that describes a pool’s monitor association.
Instance Attribute Summary collapse
-
#monitor_rule ⇒ IControl::GlobalLB::MonitorRule
The monitor rule used in the monitor association.
-
#pool_name ⇒ String
The pool with which the monitor rule is associated with.
Instance Attribute Details
#monitor_rule ⇒ IControl::GlobalLB::MonitorRule
The monitor rule used in the monitor association.
739 740 741 |
# File 'lib/icontrol/global_lb/pool.rb', line 739 def monitor_rule @monitor_rule end |
#pool_name ⇒ String
The pool with which the monitor rule is associated with.
739 740 741 |
# File 'lib/icontrol/global_lb/pool.rb', line 739 def pool_name @pool_name end |