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)
-
- (String) city
The city name.
-
- (String) continent
The continent name.
-
- (String) country
The country name.
-
- (Numeric) last_accessed
The timestamp of last time this LDNS was accessed.
-
- (String) ldns_ip
The LDNS IP address.
-
- (String) state
The state name.
-
- (IControl::Common::StatisticSequence) statistics
The statistics for the LDNS.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) city
The city name.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def city @city end |
- (String) continent
The continent name.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def continent @continent end |
- (String) country
The country name.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def country @country end |
- (Numeric) last_accessed
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 |
- (String) ldns_ip
The LDNS IP address.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def ldns_ip @ldns_ip end |
- (String) state
The state name.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def state @state end |
- (IControl::Common::StatisticSequence) statistics
The statistics for the LDNS.
961 962 963 |
# File 'lib/icontrol/system/statistics.rb', line 961 def statistics @statistics end |