class PaloAlto::XML::Config::Devices::Entry::Template::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 232261 def _section :'inactivity-logout' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 232258 def has_multiple_values? true end
hours()
click to toggle source
specify inactivity time in hours
# File lib/palo_alto/config.rb, line 232286 def hours prop_get('hours') end
hours=(val)
click to toggle source
specify inactivity time in hours
# File lib/palo_alto/config.rb, line 232290 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 232278 def minutes prop_get('minutes') end
minutes=(val)
click to toggle source
specify inactivity time in minutes
# File lib/palo_alto/config.rb, line 232282 def minutes=(val) prop_set('minutes', val) end