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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 90651
def _section
        :'combination'
end
and_condition() click to toggle source
# File lib/palo_alto/config.rb, line 90791
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
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 90648
def has_multiple_values?
        false
end
order_free() click to toggle source
# File lib/palo_alto/config.rb, line 90800
def order_free
        prop_get('order-free')
end
order_free=(val) click to toggle source
# File lib/palo_alto/config.rb, line 90803
def order_free=(val)
        prop_set('order-free', val)
end
time_attribute() click to toggle source
# File lib/palo_alto/config.rb, line 90693
def time_attribute
        @subclasses['time-attribute'] ||= TimeAttribute.new(parent_instance: self, create_children: @create_children)
end