class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Config
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 162321 def _section :'config' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 162318 def has_multiple_values? false end
rematch()
click to toggle source
rematch all sessions with new config policy
# File lib/palo_alto/config.rb, line 162331 def rematch prop_get('rematch') end
rematch=(val)
click to toggle source
rematch all sessions with new config policy
# File lib/palo_alto/config.rb, line 162335 def rematch=(val) prop_set('rematch', val) end