Class: IControl::Networking::RouteTable::RouteDefinition

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 route.

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The IP address of the destination.

Returns:

  • (String)

    the current value of destination



396
397
398
# File 'lib/icontrol/networking/route_table.rb', line 396

def destination
  @destination
end

#netmaskString

The netmask of the destination.

Returns:

  • (String)

    the current value of netmask



396
397
398
# File 'lib/icontrol/networking/route_table.rb', line 396

def netmask
  @netmask
end