Class: IControl::LocalLB::NodeAddress::MonitorAssociation

Inherits:
Base::Struct
  • Object
show all
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)

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.

Returns:



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.

Returns:



330
331
332
# File 'lib/icontrol/local_lb/node_address.rb', line 330

def node_address
  @node_address
end