class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Zip
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 268624 def _section :'zip' end
enable()
click to toggle source
enable/disable zip engine
# File lib/palo_alto/config.rb, line 268645 def enable prop_get('enable') end
enable=(val)
click to toggle source
enable/disable zip engine
# File lib/palo_alto/config.rb, line 268649 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 268621 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 268653 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 268657 def mode=(val) prop_set('mode', val) end