class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::DataObjects::Entry::PatternType::Regex

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 98390
def _section
        :'regex'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 98387
def has_multiple_values?
        false
end
pattern() click to toggle source
# File lib/palo_alto/config.rb, line 98463
def pattern
        if @create_children
                @subclasses['pattern'] ||= Pattern.new(parent_instance: self, create_children: @create_children)
        else
                Pattern.new(parent_instance: self)
        end
end