class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::MobileDevice::Criteria::Applications

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 94520
def _section
        :'applications'
end
has_malware() click to toggle source
# File lib/palo_alto/config.rb, line 94620
def has_malware
        if @create_children
                @subclasses['has-malware'] ||= HasMalware.new(parent_instance: self, create_children: @create_children)
        else
                HasMalware.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 94517
def has_multiple_values?
        false
end
has_unmanaged_app() click to toggle source

Has apps that are not managed

# File lib/palo_alto/config.rb, line 94700
def has_unmanaged_app
        prop_get('has-unmanaged-app')
end
has_unmanaged_app=(val) click to toggle source

Has apps that are not managed

# File lib/palo_alto/config.rb, line 94704
def has_unmanaged_app=(val)
        prop_set('has-unmanaged-app', val)
end
includes() click to toggle source
# File lib/palo_alto/config.rb, line 94684
def includes
        if @create_children
                @subclasses['includes'] ||= Includes.new(parent_instance: self, create_children: @create_children)
        else
                Includes.new(parent_instance: self)
        end
end