Class: IControl::Networking::RouteTable::RouteAttribute

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 the attributes of a route.

Instance Attribute Summary collapse

Instance Attribute Details

#gatewayString

The gateway to the destination.

Returns:

  • (String)

    the current value of gateway



386
387
388
# File 'lib/icontrol/networking/route_table.rb', line 386

def gateway
  @gateway
end

#pool_nameString

The pool name for the destination.

Returns:

  • (String)

    the current value of pool_name



386
387
388
# File 'lib/icontrol/networking/route_table.rb', line 386

def pool_name
  @pool_name
end

#vlan_nameString

The VLAN name for the destination.

Returns:

  • (String)

    the current value of vlan_name



386
387
388
# File 'lib/icontrol/networking/route_table.rb', line 386

def vlan_name
  @vlan_name
end