class PaloAlto::XML::Config::Shared::Profiles::WildfireAnalysis::Entry::Rules::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 25239
def _section
        :'entry'
end
analysis() click to toggle source
# File lib/palo_alto/config.rb, line 25331
def analysis
        prop_get('analysis')
end
analysis=(val) click to toggle source
# File lib/palo_alto/config.rb, line 25334
def analysis=(val)
        prop_set('analysis', val)
end
application() click to toggle source
# File lib/palo_alto/config.rb, line 25268
def application
        if @create_children
                @subclasses['application'] ||= Application.new(parent_instance: self, create_children: @create_children)
        else
                Application.new(parent_instance: self)
        end
end
direction() click to toggle source
# File lib/palo_alto/config.rb, line 25325
def direction
        prop_get('direction')
end
direction=(val) click to toggle source
# File lib/palo_alto/config.rb, line 25328
def direction=(val)
        prop_set('direction', val)
end
file_type() click to toggle source
# File lib/palo_alto/config.rb, line 25297
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 25236
def has_multiple_values?
        false
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 25322
def name
        prop_get('@name')
end