class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Zip
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 162113 def _section :'zip' end
enable()
click to toggle source
enable/disable zip engine
# File lib/palo_alto/config.rb, line 162134 def enable prop_get('enable') end
enable=(val)
click to toggle source
enable/disable zip engine
# File lib/palo_alto/config.rb, line 162138 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 162110 def has_multiple_values? false end
mode()
click to toggle source
whether to use hardware or software zip engine, or both
# File lib/palo_alto/config.rb, line 162142 def mode prop_get('mode') end
mode=(val)
click to toggle source
whether to use hardware or software zip engine, or both
# File lib/palo_alto/config.rb, line 162146 def mode=(val) prop_set('mode', val) end