Class: IControl::System::Statistics::GtmIQueryStatisticEntry

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#connection_stateIControl::System::Statistics::GtmIQueryState

The connection state of this iQuery.

Returns:



937
938
939
# File 'lib/icontrol/system/statistics.rb', line 937

def connection_state
  @connection_state
end

#ip_addressString

The iQuery target IP address.

Returns:

  • (String)

    the current value of ip_address



937
938
939
# File 'lib/icontrol/system/statistics.rb', line 937

def ip_address
  @ip_address
end

#statisticsIControl::Common::StatisticSequence

The statistics for the iQuery.

Returns:



937
938
939
# File 'lib/icontrol/system/statistics.rb', line 937

def statistics
  @statistics
end