Class: IControl::LocalLB::PoolMember::MemberMonitorAssociation

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/local_lb/pool_member.rb,
lib/icontrol/local_lb/pool_member.rb

Overview

A struct that describes a pool member'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::MonitorIPPort) member

The pool member definition with which the monitor rule is associated with.

Returns:



339
340
341
# File 'lib/icontrol/local_lb/pool_member.rb', line 339

def member
  @member
end

- (IControl::LocalLB::MonitorRule) monitor_rule

The monitor rule used in the monitor association.

Returns:



339
340
341
# File 'lib/icontrol/local_lb/pool_member.rb', line 339

def monitor_rule
  @monitor_rule
end