Class: IControl::System::Statistics::GtmLdnsStatisticEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#cityString

The city name.

Returns:

  • (String)

    the current value of city



961
962
963
# File 'lib/icontrol/system/statistics.rb', line 961

def city
  @city
end

#continentString

The continent name.

Returns:

  • (String)

    the current value of continent



961
962
963
# File 'lib/icontrol/system/statistics.rb', line 961

def continent
  @continent
end

#countryString

The country name.

Returns:

  • (String)

    the current value of country



961
962
963
# File 'lib/icontrol/system/statistics.rb', line 961

def country
  @country
end

#last_accessedNumeric

The timestamp of last time this LDNS was accessed.

Returns:

  • (Numeric)

    the current value of last_accessed



961
962
963
# File 'lib/icontrol/system/statistics.rb', line 961

def last_accessed
  @last_accessed
end

#ldns_ipString

The LDNS IP address.

Returns:

  • (String)

    the current value of ldns_ip



961
962
963
# File 'lib/icontrol/system/statistics.rb', line 961

def ldns_ip
  @ldns_ip
end

#stateString

The state name.

Returns:

  • (String)

    the current value of state



961
962
963
# File 'lib/icontrol/system/statistics.rb', line 961

def state
  @state
end

#statisticsIControl::Common::StatisticSequence

The statistics for the LDNS.

Returns:



961
962
963
# File 'lib/icontrol/system/statistics.rb', line 961

def statistics
  @statistics
end