class PaloAlto::XML::Config::Devices::Entry::Template::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 230017
def _section
        :'regex-identifier'
end
address_regex() click to toggle source

regex to identify address

# File lib/palo_alto/config.rb, line 230052
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 230056
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 230036
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 230040
def event_regex=(val)
        prop_set('event-regex', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 230014
def has_multiple_values?
        false
end
username_regex() click to toggle source

regex to identify user name

# File lib/palo_alto/config.rb, line 230044
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 230048
def username_regex=(val)
        prop_set('username-regex', val)
end