class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::PatchManagement::Criteria::MissingPatches::Severity

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 92566
def _section
        :'severity'
end
greater_equal() click to toggle source
# File lib/palo_alto/config.rb, line 92581
def greater_equal
        prop_get('greater-equal')
end
greater_equal=(val) click to toggle source
# File lib/palo_alto/config.rb, line 92584
def greater_equal=(val)
        prop_set('greater-equal', val)
end
greater_than() click to toggle source
# File lib/palo_alto/config.rb, line 92587
def greater_than
        prop_get('greater-than')
end
greater_than=(val) click to toggle source
# File lib/palo_alto/config.rb, line 92590
def greater_than=(val)
        prop_set('greater-than', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 92563
def has_multiple_values?
        false
end
is() click to toggle source
# File lib/palo_alto/config.rb, line 92593
def is
        prop_get('is')
end
is=(val) click to toggle source
# File lib/palo_alto/config.rb, line 92596
def is=(val)
        prop_set('is', val)
end
is_not() click to toggle source
# File lib/palo_alto/config.rb, line 92599
def is_not
        prop_get('is-not')
end
is_not=(val) click to toggle source
# File lib/palo_alto/config.rb, line 92602
def is_not=(val)
        prop_set('is-not', val)
end
less_equal() click to toggle source
# File lib/palo_alto/config.rb, line 92605
def less_equal
        prop_get('less-equal')
end
less_equal=(val) click to toggle source
# File lib/palo_alto/config.rb, line 92608
def less_equal=(val)
        prop_set('less-equal', val)
end
less_than() click to toggle source
# File lib/palo_alto/config.rb, line 92611
def less_than
        prop_get('less-than')
end
less_than=(val) click to toggle source
# File lib/palo_alto/config.rb, line 92614
def less_than=(val)
        prop_set('less-than', val)
end