class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::CustomChecks::Criteria::ProcessList::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 93966
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 93963
def has_multiple_values?
        false
end
name() click to toggle source

Process Name

# File lib/palo_alto/config.rb, line 93981
def name
        prop_get('@name')
end
running() click to toggle source
# File lib/palo_alto/config.rb, line 93984
def running
        prop_get('running')
end
running=(val) click to toggle source
# File lib/palo_alto/config.rb, line 93987
def running=(val)
        prop_set('running', val)
end