class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Application::Entry::Signature::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 104407
def _section
        :'entry'
end
and_condition() click to toggle source
# File lib/palo_alto/config.rb, line 104836
def and_condition
        if @create_children
                @subclasses['and-condition'] ||= AndCondition.new(parent_instance: self, create_children: @create_children)
        else
                AndCondition.new(parent_instance: self)
        end
end
comment() click to toggle source
# File lib/palo_alto/config.rb, line 104869
def comment
        prop_get('comment')
end
comment=(val) click to toggle source
# File lib/palo_alto/config.rb, line 104872
def comment=(val)
        prop_set('comment', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 104404
def has_multiple_values?
        false
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 104866
def name
        prop_get('@name')
end
order_free() click to toggle source
# File lib/palo_alto/config.rb, line 104881
def order_free
        prop_get('order-free')
end
order_free=(val) click to toggle source
# File lib/palo_alto/config.rb, line 104884
def order_free=(val)
        prop_set('order-free', val)
end
scope() click to toggle source
# File lib/palo_alto/config.rb, line 104875
def scope
        prop_get('scope')
end
scope=(val) click to toggle source
# File lib/palo_alto/config.rb, line 104878
def scope=(val)
        prop_set('scope', val)
end