Class: IControl::LocalLB::SNATPoolMember::SNATPoolMemberStatistics

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 SNATPool member statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::SNATPoolMember::SNATPoolMemberStatisticEntrySequence

The statistics for a sequence of SNATPool members.

Returns:



71
72
73
# File 'lib/icontrol/local_lb/snat_pool_member.rb', line 71

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



71
72
73
# File 'lib/icontrol/local_lb/snat_pool_member.rb', line 71

def time_stamp
  @time_stamp
end