Class: IControl::System::Statistics::GtmLdnsStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::GtmLdnsStatisticEntry
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
Overview
A struct that describes statistics for a particular LDNS.
Instance Attribute Summary collapse
-
#city ⇒ String
The city name.
-
#continent ⇒ String
The continent name.
-
#country ⇒ String
The country name.
-
#last_accessed ⇒ Numeric
The timestamp of last time this LDNS was accessed.
-
#ldns_ip ⇒ String
The LDNS IP address.
-
#state ⇒ String
The state name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the LDNS.
Instance Attribute Details
#city ⇒ String
The city name.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def city @city end |
#continent ⇒ String
The continent name.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def continent @continent end |
#country ⇒ String
The country name.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def country @country end |
#last_accessed ⇒ Numeric
The timestamp of last time this LDNS was accessed.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def last_accessed @last_accessed end |
#ldns_ip ⇒ String
The LDNS IP address.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def ldns_ip @ldns_ip end |
#state ⇒ String
The state name.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def state @state end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the LDNS.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def statistics @statistics end |