class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::UserIdCollector::SyslogParseProfile::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 336615 def _section :'entry' end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 336767 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 336770 def description=(val) prop_set('description', val) end
field_identifier()
click to toggle source
# File lib/palo_alto/config.rb, line 336747 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 336612 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 336764 def name prop_get('@name') end
regex_identifier()
click to toggle source
# File lib/palo_alto/config.rb, line 336665 def regex_identifier @subclasses['regex-identifier'] ||= RegexIdentifier.new(parent_instance: self, create_children: @create_children) end