class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 336966
def _section
        :'entry'
end
event_type() click to toggle source
# File lib/palo_alto/config.rb, line 336990
def event_type
        prop_get('event-type')
end
event_type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 336993
def event_type=(val)
        prop_set('event-type', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 336963
def has_multiple_values?
        false
end
name() click to toggle source

user-id syslog message parse profile

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