Class: IControl::Networking::ISessionAdvertisedRoute::ISessionAdvertisedRouteStruct

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/networking/i_session_advertised_route.rb,
lib/icontrol/networking/i_session_advertised_route.rb

Overview

A struct that specifies the subnet key

Instance Attribute Summary collapse

Instance Attribute Details

#includedIControl::Common::EnabledState

The included setting of the route

Returns:



155
156
157
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 155

def included
  @included
end

#keyIControl::Networking::ISessionAdvertisedRoute::SubnetOptKey

The key address and mask of the route

Returns:



155
156
157
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 155

def key
  @key
end

#labelString

The alpha label name of the route

Returns:

  • (String)

    the current value of label



155
156
157
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 155

def label
  @label
end

#metricNumeric

The metrics value of the route

Returns:

  • (Numeric)

    the current value of metric



155
156
157
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 155

def metric
  @metric
end