Class: IControl::LocalLB::Pool::MonitorAssociation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::Pool::MonitorAssociation
- Defined in:
- lib/icontrol/local_lb/pool.rb,
lib/icontrol/local_lb/pool.rb
Overview
A struct that describes a pool’s monitor association.
Instance Attribute Summary collapse
-
#monitor_rule ⇒ IControl::LocalLB::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::LocalLB::MonitorRule
The monitor rule used in the monitor association.
616 617 618 |
# File 'lib/icontrol/local_lb/pool.rb', line 616 def monitor_rule @monitor_rule end |
#pool_name ⇒ String
The pool with which the monitor rule is associated with.
616 617 618 |
# File 'lib/icontrol/local_lb/pool.rb', line 616 def pool_name @pool_name end |