Class: IControl::Networking::RouteTable::RouteTableMetricEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::RouteTable::RouteTableMetricEntry
- 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
-
#destination ⇒ String
The destination IP address.
-
#expiration ⇒ Numeric
The number of seconds until expiration.
-
#mac_address ⇒ String
The MAC address of the next hop.
-
#mtu ⇒ Numeric
The MTU to destination.
-
#rtt ⇒ Numeric
The netmask of the destination.
-
#rtt_variance ⇒ Numeric
The gateway of the destination.
Instance Attribute Details
#destination ⇒ String
The destination IP address.
409 410 411 |
# File 'lib/icontrol/networking/route_table.rb', line 409 def destination @destination end |
#expiration ⇒ Numeric
The number of seconds until expiration.
409 410 411 |
# File 'lib/icontrol/networking/route_table.rb', line 409 def expiration @expiration end |
#mac_address ⇒ String
The MAC address of the next hop.
409 410 411 |
# File 'lib/icontrol/networking/route_table.rb', line 409 def mac_address @mac_address end |
#mtu ⇒ Numeric
The MTU to destination.
409 410 411 |
# File 'lib/icontrol/networking/route_table.rb', line 409 def mtu @mtu end |
#rtt ⇒ Numeric
The netmask of the destination.
409 410 411 |
# File 'lib/icontrol/networking/route_table.rb', line 409 def rtt @rtt end |
#rtt_variance ⇒ Numeric
The gateway of the destination.
409 410 411 |
# File 'lib/icontrol/networking/route_table.rb', line 409 def rtt_variance @rtt_variance end |