Class: IControl::System::Statistics::GtmPathStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::GtmPathStatisticEntry
- 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
-
#last_probe_time ⇒ Numeric
The timestamp of last time this LDNS was probed.
-
#ldns_ip ⇒ String
The LDNS IP address.
-
#object_name ⇒ IControl::System::Statistics::GtmPathStatisticObjectID
The object name, either a link name or a data center.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the path.
Instance Attribute Details
#last_probe_time ⇒ Numeric
The timestamp of last time this LDNS was probed.
986 987 988 |
# File 'lib/icontrol/system/statistics.rb', line 986 def last_probe_time @last_probe_time end |
#ldns_ip ⇒ String
The LDNS IP address.
986 987 988 |
# File 'lib/icontrol/system/statistics.rb', line 986 def ldns_ip @ldns_ip end |
#object_name ⇒ IControl::System::Statistics::GtmPathStatisticObjectID
The object name, either a link name or a data center
986 987 988 |
# File 'lib/icontrol/system/statistics.rb', line 986 def object_name @object_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the path.
986 987 988 |
# File 'lib/icontrol/system/statistics.rb', line 986 def statistics @statistics end |