class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::UserIdCollector::SyslogParseProfile::Entry::RegexIdentifier
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 336622 def _section :'regex-identifier' end
address_regex()
click to toggle source
regex to identify address
# File lib/palo_alto/config.rb, line 336657 def address_regex prop_get('address-regex') end
address_regex=(val)
click to toggle source
regex to identify address
# File lib/palo_alto/config.rb, line 336661 def address_regex=(val) prop_set('address-regex', val) end
event_regex()
click to toggle source
regex to identify authentication message
# File lib/palo_alto/config.rb, line 336641 def event_regex prop_get('event-regex') end
event_regex=(val)
click to toggle source
regex to identify authentication message
# File lib/palo_alto/config.rb, line 336645 def event_regex=(val) prop_set('event-regex', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 336619 def has_multiple_values? false end
username_regex()
click to toggle source
regex to identify user name
# File lib/palo_alto/config.rb, line 336649 def username_regex prop_get('username-regex') end
username_regex=(val)
click to toggle source
regex to identify user name
# File lib/palo_alto/config.rb, line 336653 def username_regex=(val) prop_set('username-regex', val) end