Class: IControl::Networking::ISessionAdvertisedRoute::SubnetOptKey

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

#ipString

The ip address of the route

Returns:

  • (String)

    the current value of ip



144
145
146
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 144

def ip
  @ip
end

#maskString

The mask address of the route

Returns:

  • (String)

    the current value of mask



144
145
146
# File 'lib/icontrol/networking/i_session_advertised_route.rb', line 144

def mask
  @mask
end