class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::CaptivePortal::Mode::Redirect::SessionCookie
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 336172 def _section :'session-cookie' end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 336194 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 336197 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 336169 def has_multiple_values? false end
roaming()
click to toggle source
enable/disable ip roaming
# File lib/palo_alto/config.rb, line 336209 def roaming prop_get('roaming') end
roaming=(val)
click to toggle source
enable/disable ip roaming
# File lib/palo_alto/config.rb, line 336213 def roaming=(val) prop_set('roaming', val) end
timeout()
click to toggle source
expiration timer (minutes)
# File lib/palo_alto/config.rb, line 336201 def timeout prop_get('timeout') end
timeout=(val)
click to toggle source
expiration timer (minutes)
# File lib/palo_alto/config.rb, line 336205 def timeout=(val) prop_set('timeout', val) end