class PaloAlto::XML::Config::Shared::Profiles::DataObjects::Entry::PatternType
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 25562 def _section :'pattern-type' end
file_properties()
click to toggle source
# File lib/palo_alto/config.rb, line 25842 def file_properties @subclasses['file-properties'] ||= FileProperties.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 25559 def has_multiple_values? true end
predefined()
click to toggle source
# File lib/palo_alto/config.rb, line 25669 def predefined @subclasses['predefined'] ||= Predefined.new(parent_instance: self, create_children: @create_children) end
regex()
click to toggle source
# File lib/palo_alto/config.rb, line 25758 def regex @subclasses['regex'] ||= Regex.new(parent_instance: self, create_children: @create_children) end