class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Wildfire::FileSizeLimit::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 160225
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 160222
def has_multiple_values?
        false
end
name() click to toggle source

file type

# File lib/palo_alto/config.rb, line 160243
def name
        prop_get('@name')
end
size_limit() click to toggle source

file size limit

# File lib/palo_alto/config.rb, line 160247
def size_limit
        prop_get('size-limit')
end
size_limit=(val) click to toggle source

file size limit

# File lib/palo_alto/config.rb, line 160251
def size_limit=(val)
        prop_set('size-limit', val)
end