class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientlessVpn::InactivityLogout
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 338868 def _section :'inactivity-logout' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 338865 def has_multiple_values? true end
hours()
click to toggle source
specify inactivity time in hours
# File lib/palo_alto/config.rb, line 338893 def hours prop_get('hours') end
hours=(val)
click to toggle source
specify inactivity time in hours
# File lib/palo_alto/config.rb, line 338897 def hours=(val) prop_set('hours', val) end
minutes()
click to toggle source
specify inactivity time in minutes
# File lib/palo_alto/config.rb, line 338885 def minutes prop_get('minutes') end
minutes=(val)
click to toggle source
specify inactivity time in minutes
# File lib/palo_alto/config.rb, line 338889 def minutes=(val) prop_set('minutes', val) end