Class: IControl::System::Statistics::GtmIQueryStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::GtmIQueryStatisticEntry
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
Overview
A struct that describes statistics for a particular iQuery.
Instance Attribute Summary collapse
-
#connection_state ⇒ IControl::System::Statistics::GtmIQueryState
The connection state of this iQuery.
-
#ip_address ⇒ String
The iQuery target IP address.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the iQuery.
Instance Attribute Details
#connection_state ⇒ IControl::System::Statistics::GtmIQueryState
The connection state of this iQuery.
937 938 939 |
# File 'lib/icontrol/system/statistics.rb', line 937 def connection_state @connection_state end |
#ip_address ⇒ String
The iQuery target IP address.
937 938 939 |
# File 'lib/icontrol/system/statistics.rb', line 937 def ip_address @ip_address end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the iQuery.
937 938 939 |
# File 'lib/icontrol/system/statistics.rb', line 937 def statistics @statistics end |