class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Threats::Vulnerability::Entry::Signature::Standard::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 90108
def _section
        :'entry'
end
and_condition() click to toggle source
# File lib/palo_alto/config.rb, line 90580
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 90613
def comment
        prop_get('comment')
end
comment=(val) click to toggle source
# File lib/palo_alto/config.rb, line 90616
def comment=(val)
        prop_set('comment', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 90105
def has_multiple_values?
        false
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 90610
def name
        prop_get('@name')
end
order_free() click to toggle source
# File lib/palo_alto/config.rb, line 90625
def order_free
        prop_get('order-free')
end
order_free=(val) click to toggle source
# File lib/palo_alto/config.rb, line 90628
def order_free=(val)
        prop_set('order-free', val)
end
scope() click to toggle source
# File lib/palo_alto/config.rb, line 90619
def scope
        prop_get('scope')
end
scope=(val) click to toggle source
# File lib/palo_alto/config.rb, line 90622
def scope=(val)
        prop_set('scope', val)
end