Class: IControl::System::Statistics::GtmPathStatisticEntry

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 path.

Instance Attribute Summary collapse

Instance Attribute Details

#last_probe_timeNumeric

The timestamp of last time this LDNS was probed.

Returns:

  • (Numeric)

    the current value of last_probe_time



986
987
988
# File 'lib/icontrol/system/statistics.rb', line 986

def last_probe_time
  @last_probe_time
end

#ldns_ipString

The LDNS IP address.

Returns:

  • (String)

    the current value of ldns_ip



986
987
988
# File 'lib/icontrol/system/statistics.rb', line 986

def ldns_ip
  @ldns_ip
end

#object_nameIControl::System::Statistics::GtmPathStatisticObjectID

The object name, either a link name or a data center

Returns:



986
987
988
# File 'lib/icontrol/system/statistics.rb', line 986

def object_name
  @object_name
end

#statisticsIControl::Common::StatisticSequence

The statistics for the path.

Returns:



986
987
988
# File 'lib/icontrol/system/statistics.rb', line 986

def statistics
  @statistics
end