class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::UserIdCollector::ServerMonitor::Entry::Syslog::SyslogParseProfile::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 230361
def _section
        :'entry'
end
event_type() click to toggle source
# File lib/palo_alto/config.rb, line 230385
def event_type
        prop_get('event-type')
end
event_type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 230388
def event_type=(val)
        prop_set('event-type', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 230358
def has_multiple_values?
        false
end
name() click to toggle source

user-id syslog message parse profile

# File lib/palo_alto/config.rb, line 230382
def name
        prop_get('@name')
end