class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::DosProtection::Entry::Resource::Sessions
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 101056 def _section :'sessions' end
enabled()
click to toggle source
# File lib/palo_alto/config.rb, line 101069 def enabled prop_get('enabled') end
enabled=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 101072 def enabled=(val) prop_set('enabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 101053 def has_multiple_values? false end
max_concurrent_limit()
click to toggle source
# File lib/palo_alto/config.rb, line 101075 def max_concurrent_limit prop_get('max-concurrent-limit') end
max_concurrent_limit=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 101078 def max_concurrent_limit=(val) prop_set('max-concurrent-limit', val) end