Class: IControl::LocalLB::NodeAddress::MonitorAssociation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::NodeAddress::MonitorAssociation
- Defined in:
- lib/icontrol/local_lb/node_address.rb,
lib/icontrol/local_lb/node_address.rb
Overview
A struct that describes a node address's monitor association.
Instance Attribute Summary (collapse)
-
- (IControl::LocalLB::MonitorRule) monitor_rule
The monitor rule used in the monitor association.
-
- (IControl::LocalLB::MonitorIP) node_address
The node address information with which the monitor rule is associated with.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::LocalLB::MonitorRule) monitor_rule
The monitor rule used in the monitor association.
330 331 332 |
# File 'lib/icontrol/local_lb/node_address.rb', line 330 def monitor_rule @monitor_rule end |
- (IControl::LocalLB::MonitorIP) node_address
The node address information with which the monitor rule is associated with.
330 331 332 |
# File 'lib/icontrol/local_lb/node_address.rb', line 330 def node_address @node_address end |