Class: IControl::Networking::ISessionAdvertisedRoute::ISessionAdvertisedRouteStruct
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::ISessionAdvertisedRoute::ISessionAdvertisedRouteStruct
- 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
-
#included ⇒ IControl::Common::EnabledState
The included setting of the route.
-
#key ⇒ IControl::Networking::ISessionAdvertisedRoute::SubnetOptKey
The key address and mask of the route.
-
#label ⇒ String
The alpha label name of the route.
-
#metric ⇒ Numeric
The metrics value of the route.
Instance Attribute Details
#included ⇒ IControl::Common::EnabledState
The included setting of the route
155 156 157 |
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 155 def included @included end |
#key ⇒ IControl::Networking::ISessionAdvertisedRoute::SubnetOptKey
The key address and mask of the route
155 156 157 |
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 155 def key @key end |
#label ⇒ String
The alpha label name of the route
155 156 157 |
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 155 def label @label end |
#metric ⇒ Numeric
The metrics value of the route
155 156 157 |
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 155 def metric @metric end |