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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 268832
def _section
        :'config'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 268829
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 268842
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 268846
def rematch=(val)
        prop_set('rematch', val)
end