Class: IControl::GlobalLB::Server::MonitorAssociation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Server::MonitorAssociation
- Defined in:
- lib/icontrol/global_lb/server.rb,
lib/icontrol/global_lb/server.rb
Overview
A struct that describes a server's monitor association.
Instance Attribute Summary (collapse)
-
- (IControl::GlobalLB::MonitorRule) monitor_rule
The monitor rule used in the monitor association.
-
- (String) server_name
The name that identifies a server.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::GlobalLB::MonitorRule) monitor_rule
The monitor rule used in the monitor association.
453 454 455 |
# File 'lib/icontrol/global_lb/server.rb', line 453 def monitor_rule @monitor_rule end |
- (String) server_name
The name that identifies a server.
453 454 455 |
# File 'lib/icontrol/global_lb/server.rb', line 453 def server_name @server_name end |