Class: IControl::Networking::RouteTable::DynamicRoute
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::RouteTable::DynamicRoute
- Defined in:
- lib/icontrol/networking/route_table.rb,
lib/icontrol/networking/route_table.rb
Overview
A struct that describes a dynamic route and statistics.
Instance Attribute Summary collapse
-
#destination ⇒ String
The IP address of the destination.
-
#gateway ⇒ String
The gateway to the destination.
-
#mtu ⇒ Numeric
The MTU to destination.
-
#netmask ⇒ String
The netmask of the destination.
-
#pool_name ⇒ String
The pool name for the destination.
-
#vlan_name ⇒ String
The VLAN name for the destination.
Instance Attribute Details
#destination ⇒ String
The IP address of the destination.
363 364 365 |
# File 'lib/icontrol/networking/route_table.rb', line 363 def destination @destination end |
#gateway ⇒ String
The gateway to the destination.
363 364 365 |
# File 'lib/icontrol/networking/route_table.rb', line 363 def gateway @gateway end |
#mtu ⇒ Numeric
The MTU to destination.
363 364 365 |
# File 'lib/icontrol/networking/route_table.rb', line 363 def mtu @mtu end |
#netmask ⇒ String
The netmask of the destination.
363 364 365 |
# File 'lib/icontrol/networking/route_table.rb', line 363 def netmask @netmask end |
#pool_name ⇒ String
The pool name for the destination.
363 364 365 |
# File 'lib/icontrol/networking/route_table.rb', line 363 def pool_name @pool_name end |
#vlan_name ⇒ String
The VLAN name for the destination.
363 364 365 |
# File 'lib/icontrol/networking/route_table.rb', line 363 def vlan_name @vlan_name end |