class PaloAlto::XML::Config::Shared::Profiles::DosProtection::Entry::Resource::Sessions

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 28340
def _section
        :'sessions'
end
enabled() click to toggle source
# File lib/palo_alto/config.rb, line 28353
def enabled
        prop_get('enabled')
end
enabled=(val) click to toggle source
# File lib/palo_alto/config.rb, line 28356
def enabled=(val)
        prop_set('enabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 28337
def has_multiple_values?
        false
end
max_concurrent_limit() click to toggle source
# File lib/palo_alto/config.rb, line 28359
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 28362
def max_concurrent_limit=(val)
        prop_set('max-concurrent-limit', val)
end