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