class PaloAlto::XML::Config::Shared::Profiles::DataObjects::Entry::PatternType::Regex
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 25676 def _section :'regex' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 25673 def has_multiple_values? false end
pattern()
click to toggle source
# File lib/palo_alto/config.rb, line 25749 def pattern if @create_children @subclasses['pattern'] ||= Pattern.new(parent_instance: self, create_children: @create_children) else Pattern.new(parent_instance: self) end end