Class: IControl::Networking::ISessionAdvertisedRoute::SubnetOptKey
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::ISessionAdvertisedRoute::SubnetOptKey
- 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
-
#ip ⇒ String
The ip address of the route.
-
#mask ⇒ String
The mask address of the route.
Instance Attribute Details
#ip ⇒ String
The ip address of the route
144 145 146 |
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 144 def ip @ip end |
#mask ⇒ String
The mask address of the route
144 145 146 |
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 144 def mask @mask end |