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

Public Instance Methods

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

file type

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

file size limit

# File lib/palo_alto/config.rb, line 266758
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 266762
def size_limit=(val)
        prop_set('size-limit', val)
end