Class: IControl::Networking::RouteTable::RouteTableMetricEntry

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/networking/route_table.rb,
lib/icontrol/networking/route_table.rb

Overview

A struct that describes statistics for a particular route table metric.

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The destination IP address.

Returns:

  • (String)

    the current value of destination



409
410
411
# File 'lib/icontrol/networking/route_table.rb', line 409

def destination
  @destination
end

#expirationNumeric

The number of seconds until expiration.

Returns:

  • (Numeric)

    the current value of expiration



409
410
411
# File 'lib/icontrol/networking/route_table.rb', line 409

def expiration
  @expiration
end

#mac_addressString

The MAC address of the next hop.

Returns:

  • (String)

    the current value of mac_address



409
410
411
# File 'lib/icontrol/networking/route_table.rb', line 409

def mac_address
  @mac_address
end

#mtuNumeric

The MTU to destination.

Returns:

  • (Numeric)

    the current value of mtu



409
410
411
# File 'lib/icontrol/networking/route_table.rb', line 409

def mtu
  @mtu
end

#rttNumeric

The netmask of the destination.

Returns:

  • (Numeric)

    the current value of rtt



409
410
411
# File 'lib/icontrol/networking/route_table.rb', line 409

def rtt
  @rtt
end

#rtt_varianceNumeric

The gateway of the destination.

Returns:

  • (Numeric)

    the current value of rtt_variance



409
410
411
# File 'lib/icontrol/networking/route_table.rb', line 409

def rtt_variance
  @rtt_variance
end