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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 19876
def _section
        :'severity'
end
greater_equal() click to toggle source
# File lib/palo_alto/config.rb, line 19891
def greater_equal
        prop_get('greater-equal')
end
greater_equal=(val) click to toggle source
# File lib/palo_alto/config.rb, line 19894
def greater_equal=(val)
        prop_set('greater-equal', val)
end
greater_than() click to toggle source
# File lib/palo_alto/config.rb, line 19897
def greater_than
        prop_get('greater-than')
end
greater_than=(val) click to toggle source
# File lib/palo_alto/config.rb, line 19900
def greater_than=(val)
        prop_set('greater-than', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 19873
def has_multiple_values?
        false
end
is() click to toggle source
# File lib/palo_alto/config.rb, line 19903
def is
        prop_get('is')
end
is=(val) click to toggle source
# File lib/palo_alto/config.rb, line 19906
def is=(val)
        prop_set('is', val)
end
is_not() click to toggle source
# File lib/palo_alto/config.rb, line 19909
def is_not
        prop_get('is-not')
end
is_not=(val) click to toggle source
# File lib/palo_alto/config.rb, line 19912
def is_not=(val)
        prop_set('is-not', val)
end
less_equal() click to toggle source
# File lib/palo_alto/config.rb, line 19915
def less_equal
        prop_get('less-equal')
end
less_equal=(val) click to toggle source
# File lib/palo_alto/config.rb, line 19918
def less_equal=(val)
        prop_set('less-equal', val)
end
less_than() click to toggle source
# File lib/palo_alto/config.rb, line 19921
def less_than
        prop_get('less-than')
end
less_than=(val) click to toggle source
# File lib/palo_alto/config.rb, line 19924
def less_than=(val)
        prop_set('less-than', val)
end