class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::LocalUserDatabase::User::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 250559
def _section
        :'entry'
end
disabled() click to toggle source
# File lib/palo_alto/config.rb, line 250580
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source
# File lib/palo_alto/config.rb, line 250583
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 250556
def has_multiple_values?
        false
end
name() click to toggle source

User name

# File lib/palo_alto/config.rb, line 250571
def name
        prop_get('@name')
end
phash() click to toggle source
# File lib/palo_alto/config.rb, line 250574
def phash
        prop_get('phash')
end
phash=(val) click to toggle source
# File lib/palo_alto/config.rb, line 250577
def phash=(val)
        prop_set('phash', val)
end