Class: IControl::LocalLB::SNATPoolMember::SNATPoolMemberStatisticEntry

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

Overview

A struct that describes statistics for a particular SNATPool member.

Instance Attribute Summary collapse

Instance Attribute Details

#memberString

The SNATPool member definition.

Returns:

  • (String)

    the current value of member



62
63
64
# File 'lib/icontrol/local_lb/snat_pool_member.rb', line 62

def member
  @member
end

#statisticsIControl::Common::StatisticSequence

The statistics for the SNATPool member.

Returns:



62
63
64
# File 'lib/icontrol/local_lb/snat_pool_member.rb', line 62

def statistics
  @statistics
end