Class: IControl::GlobalLB::Link::MonitorAssociation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Link::MonitorAssociation
- Defined in:
- lib/icontrol/global_lb/link.rb,
lib/icontrol/global_lb/link.rb
Overview
A struct that describes a link’s monitor association.
Instance Attribute Summary collapse
-
#link ⇒ String
The definition that identifies a link.
-
#monitor_rule ⇒ IControl::GlobalLB::MonitorRule
The monitor rule used in the monitor association.
Instance Attribute Details
#link ⇒ String
The definition that identifies a link.
548 549 550 |
# File 'lib/icontrol/global_lb/link.rb', line 548 def link @link end |
#monitor_rule ⇒ IControl::GlobalLB::MonitorRule
The monitor rule used in the monitor association.
548 549 550 |
# File 'lib/icontrol/global_lb/link.rb', line 548 def monitor_rule @monitor_rule end |