class PaloAlto::XML::Config::Shared::Reports::Entry::Type::PanoramaHipmatch__113

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 39775
def _section
        :'panorama-hipmatch__113'
end
aggregate_by() click to toggle source
# File lib/palo_alto/config.rb, line 39813
def aggregate_by
        if @create_children
                @subclasses['aggregate-by'] ||= AggregateBy.new(parent_instance: self, create_children: @create_children)
        else
                AggregateBy.new(parent_instance: self)
        end
end
group_by() click to toggle source
# File lib/palo_alto/config.rb, line 39893
def group_by
        prop_get('group-by')
end
group_by=(val) click to toggle source
# File lib/palo_alto/config.rb, line 39896
def group_by=(val)
        prop_set('group-by', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 39772
def has_multiple_values?
        false
end
labels() click to toggle source
# File lib/palo_alto/config.rb, line 39858
def labels
        if @create_children
                @subclasses['labels'] ||= Labels.new(parent_instance: self, create_children: @create_children)
        else
                Labels.new(parent_instance: self)
        end
end
last_match_by() click to toggle source
# File lib/palo_alto/config.rb, line 39905
def last_match_by
        prop_get('last-match-by')
end
last_match_by=(val) click to toggle source
# File lib/palo_alto/config.rb, line 39908
def last_match_by=(val)
        prop_set('last-match-by', val)
end
sortby() click to toggle source
# File lib/palo_alto/config.rb, line 39899
def sortby
        prop_get('sortby')
end
sortby=(val) click to toggle source
# File lib/palo_alto/config.rb, line 39902
def sortby=(val)
        prop_set('sortby', val)
end
values() click to toggle source
# File lib/palo_alto/config.rb, line 39836
def values
        if @create_children
                @subclasses['values'] ||= Values.new(parent_instance: self, create_children: @create_children)
        else
                Values.new(parent_instance: self)
        end
end