Class: IControl::GlobalLB::Link::LinkStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Link::LinkStatistics
- 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
-
#statistics ⇒ IControl::GlobalLB::Link::LinkStatisticEntrySequence
The statistics for a sequence of links.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::GlobalLB::Link::LinkStatisticEntrySequence
The statistics for a sequence of links.
539 540 541 |
# File 'lib/icontrol/global_lb/link.rb', line 539 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
539 540 541 |
# File 'lib/icontrol/global_lb/link.rb', line 539 def time_stamp @time_stamp end |