class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::AntiMalware::Criteria

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 20366
def _section
        :'criteria'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 20363
def has_multiple_values?
        false
end
is_installed() click to toggle source

Is Installed

# File lib/palo_alto/config.rb, line 20720
def is_installed
        prop_get('is-installed')
end
is_installed=(val) click to toggle source

Is Installed

# File lib/palo_alto/config.rb, line 20724
def is_installed=(val)
        prop_set('is-installed', val)
end
last_scan_time() click to toggle source
# File lib/palo_alto/config.rb, line 20701
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 20587
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 20728
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 20732
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 20468
def virdef_version
        @subclasses['virdef-version'] ||= VirdefVersion.new(parent_instance: self, create_children: @create_children)
end