class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::AdminRole::Entry::Role::Device::Xmlapi

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 254335
def _section
        :'xmlapi'
end
commit() click to toggle source
# File lib/palo_alto/config.rb, line 254416
def commit
        prop_get('commit')
end
commit=(val) click to toggle source
# File lib/palo_alto/config.rb, line 254419
def commit=(val)
        prop_set('commit', val)
end
config() click to toggle source
# File lib/palo_alto/config.rb, line 254404
def config
        prop_get('config')
end
config=(val) click to toggle source
# File lib/palo_alto/config.rb, line 254407
def config=(val)
        prop_set('config', val)
end
export() click to toggle source
# File lib/palo_alto/config.rb, line 254434
def export
        prop_get('export')
end
export=(val) click to toggle source
# File lib/palo_alto/config.rb, line 254437
def export=(val)
        prop_set('export', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 254332
def has_multiple_values?
        false
end
import() click to toggle source
# File lib/palo_alto/config.rb, line 254440
def import
        prop_get('import')
end
import=(val) click to toggle source
# File lib/palo_alto/config.rb, line 254443
def import=(val)
        prop_set('import', val)
end
iot() click to toggle source
# File lib/palo_alto/config.rb, line 254428
def iot
        prop_get('iot')
end
iot=(val) click to toggle source
# File lib/palo_alto/config.rb, line 254431
def iot=(val)
        prop_set('iot', val)
end
log() click to toggle source
# File lib/palo_alto/config.rb, line 254398
def log
        prop_get('log')
end
log=(val) click to toggle source
# File lib/palo_alto/config.rb, line 254401
def log=(val)
        prop_set('log', val)
end
op() click to toggle source
# File lib/palo_alto/config.rb, line 254410
def op
        prop_get('op')
end
op=(val) click to toggle source
# File lib/palo_alto/config.rb, line 254413
def op=(val)
        prop_set('op', val)
end
report() click to toggle source
# File lib/palo_alto/config.rb, line 254392
def report
        prop_get('report')
end
report=(val) click to toggle source
# File lib/palo_alto/config.rb, line 254395
def report=(val)
        prop_set('report', val)
end
user_id() click to toggle source
# File lib/palo_alto/config.rb, line 254422
def user_id
        prop_get('user-id')
end
user_id=(val) click to toggle source
# File lib/palo_alto/config.rb, line 254425
def user_id=(val)
        prop_set('user-id', val)
end