class PaloAlto::XML::Config::Devices::Entry::Template::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 229567
def _section
        :'session-cookie'
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 229589
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 229592
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 229564
def has_multiple_values?
        false
end
roaming() click to toggle source

enable/disable ip roaming

# File lib/palo_alto/config.rb, line 229604
def roaming
        prop_get('roaming')
end
roaming=(val) click to toggle source

enable/disable ip roaming

# File lib/palo_alto/config.rb, line 229608
def roaming=(val)
        prop_set('roaming', val)
end
timeout() click to toggle source

expiration timer (minutes)

# File lib/palo_alto/config.rb, line 229596
def timeout
        prop_get('timeout')
end
timeout=(val) click to toggle source

expiration timer (minutes)

# File lib/palo_alto/config.rb, line 229600
def timeout=(val)
        prop_set('timeout', val)
end