class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::DataObjects::Entry::PatternType
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 98276 def _section :'pattern-type' end
file_properties()
click to toggle source
# File lib/palo_alto/config.rb, line 98556 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 98273 def has_multiple_values? true end
predefined()
click to toggle source
# File lib/palo_alto/config.rb, line 98383 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 98472 def regex @subclasses['regex'] ||= Regex.new(parent_instance: self, create_children: @create_children) end