Class: IControl::GlobalLB::Link::LinkStatistics

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

Overview

A struct that describes link statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::GlobalLB::Link::LinkStatisticEntrySequence

The statistics for a sequence of links.

Returns:



539
540
541
# File 'lib/icontrol/global_lb/link.rb', line 539

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



539
540
541
# File 'lib/icontrol/global_lb/link.rb', line 539

def time_stamp
  @time_stamp
end