class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::AntiMalware::Criteria
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 93056 def _section :'criteria' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 93053 def has_multiple_values? false end
is_installed()
click to toggle source
Is Installed
# File lib/palo_alto/config.rb, line 93410 def is_installed prop_get('is-installed') end
is_installed=(val)
click to toggle source
Is Installed
# File lib/palo_alto/config.rb, line 93414 def is_installed=(val) prop_set('is-installed', val) end
last_scan_time()
click to toggle source
# File lib/palo_alto/config.rb, line 93391 def last_scan_time @subclasses['last-scan-time'] ||= LastScanTime.new(parent_instance: self, create_children: @create_children) end
product_version()
click to toggle source
# File lib/palo_alto/config.rb, line 93277 def product_version @subclasses['product-version'] ||= ProductVersion.new(parent_instance: self, create_children: @create_children) end
real_time_protection()
click to toggle source
real time protection
# File lib/palo_alto/config.rb, line 93418 def real_time_protection prop_get('real-time-protection') end
real_time_protection=(val)
click to toggle source
real time protection
# File lib/palo_alto/config.rb, line 93422 def real_time_protection=(val) prop_set('real-time-protection', val) end
virdef_version()
click to toggle source
# File lib/palo_alto/config.rb, line 93158 def virdef_version @subclasses['virdef-version'] ||= VirdefVersion.new(parent_instance: self, create_children: @create_children) end