Class: IControl::Networking::Interfaces::InterfaceStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::Interfaces::InterfaceStatistics
- Defined in:
- lib/icontrol/networking/interfaces.rb,
lib/icontrol/networking/interfaces.rb
Overview
A struct that describes network interface statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::Networking::Interfaces::InterfaceStatisticEntrySequence
The statistics for a sequence of network interfaces.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::Networking::Interfaces::InterfaceStatisticEntrySequence
The statistics for a sequence of network interfaces.
565 566 567 |
# File 'lib/icontrol/networking/interfaces.rb', line 565 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
565 566 567 |
# File 'lib/icontrol/networking/interfaces.rb', line 565 def time_stamp @time_stamp end |