class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::CustomChecks::Criteria::ProcessList::Entry

Public Instance Methods

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

Process Name

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