class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::PatchManagement::Criteria::MissingPatches
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 92559 def _section :'missing-patches' end
check()
click to toggle source
# File lib/palo_alto/config.rb, line 92656 def check prop_get('check') end
check=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 92659 def check=(val) prop_set('check', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 92556 def has_multiple_values? false end
patches()
click to toggle source
# File lib/palo_alto/config.rb, line 92643 def patches if @create_children @subclasses['patches'] ||= Patches.new(parent_instance: self, create_children: @create_children) else Patches.new(parent_instance: self) end end
severity()
click to toggle source
# File lib/palo_alto/config.rb, line 92618 def severity @subclasses['severity'] ||= Severity.new(parent_instance: self, create_children: @create_children) end