class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::UserIdCollector::SyslogParseProfile::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 230010 def _section :'entry' end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 230162 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 230165 def description=(val) prop_set('description', val) end
field_identifier()
click to toggle source
# File lib/palo_alto/config.rb, line 230142 def field_identifier @subclasses['field-identifier'] ||= FieldIdentifier.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 230007 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string begin with non-digit: [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 230159 def name prop_get('@name') end
regex_identifier()
click to toggle source
# File lib/palo_alto/config.rb, line 230060 def regex_identifier @subclasses['regex-identifier'] ||= RegexIdentifier.new(parent_instance: self, create_children: @create_children) end