Class: IControl::Networking::RouteTable::DynamicRoute

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 a dynamic route and statistics.

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The IP address of the destination.

Returns:

  • (String)

    the current value of destination



363
364
365
# File 'lib/icontrol/networking/route_table.rb', line 363

def destination
  @destination
end

#gatewayString

The gateway to the destination.

Returns:

  • (String)

    the current value of gateway



363
364
365
# File 'lib/icontrol/networking/route_table.rb', line 363

def gateway
  @gateway
end

#mtuNumeric

The MTU to destination.

Returns:

  • (Numeric)

    the current value of mtu



363
364
365
# File 'lib/icontrol/networking/route_table.rb', line 363

def mtu
  @mtu
end

#netmaskString

The netmask of the destination.

Returns:

  • (String)

    the current value of netmask



363
364
365
# File 'lib/icontrol/networking/route_table.rb', line 363

def netmask
  @netmask
end

#pool_nameString

The pool name for the destination.

Returns:

  • (String)

    the current value of pool_name



363
364
365
# File 'lib/icontrol/networking/route_table.rb', line 363

def pool_name
  @pool_name
end

#vlan_nameString

The VLAN name for the destination.

Returns:

  • (String)

    the current value of vlan_name



363
364
365
# File 'lib/icontrol/networking/route_table.rb', line 363

def vlan_name
  @vlan_name
end