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

Public Instance Methods

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