Class: IControl::Networking::RouteTable::RouteAttribute
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::RouteTable::RouteAttribute
- Defined in:
- lib/icontrol/networking/route_table.rb,
lib/icontrol/networking/route_table.rb
Overview
A struct that describes the attributes of a route.
Instance Attribute Summary collapse
-
#gateway ⇒ String
The gateway to the destination.
-
#pool_name ⇒ String
The pool name for the destination.
-
#vlan_name ⇒ String
The VLAN name for the destination.
Instance Attribute Details
#gateway ⇒ String
The gateway to the destination.
386 387 388 |
# File 'lib/icontrol/networking/route_table.rb', line 386 def gateway @gateway end |
#pool_name ⇒ String
The pool name for the destination.
386 387 388 |
# File 'lib/icontrol/networking/route_table.rb', line 386 def pool_name @pool_name end |
#vlan_name ⇒ String
The VLAN name for the destination.
386 387 388 |
# File 'lib/icontrol/networking/route_table.rb', line 386 def vlan_name @vlan_name end |