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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 98404
def _section
        :'entry'
end
file_type() click to toggle source
# File lib/palo_alto/config.rb, line 98430
def file_type
        if @create_children
                @subclasses['file-type'] ||= FileType.new(parent_instance: self, create_children: @create_children)
        else
                FileType.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 98401
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 98445
def name
        prop_get('@name')
end
regex() click to toggle source
# File lib/palo_alto/config.rb, line 98448
def regex
        prop_get('regex')
end
regex=(val) click to toggle source
# File lib/palo_alto/config.rb, line 98451
def regex=(val)
        prop_set('regex', val)
end