Class: IControl::GlobalLB::PoolMember::MemberStatistics

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

Overview

A struct that describes pool member statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::GlobalLB::PoolMember::MemberStatisticEntrySequence

The statistics for a sequence of pool members.

Returns:



387
388
389
# File 'lib/icontrol/global_lb/pool_member.rb', line 387

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



387
388
389
# File 'lib/icontrol/global_lb/pool_member.rb', line 387

def time_stamp
  @time_stamp
end