class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::AdminRole::Entry::Role::Vsys__2::Xmlapi

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 151708
def _section
        :'xmlapi'
end
commit() click to toggle source
# File lib/palo_alto/config.rb, line 151789
def commit
        prop_get('commit')
end
commit=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151792
def commit=(val)
        prop_set('commit', val)
end
config() click to toggle source
# File lib/palo_alto/config.rb, line 151777
def config
        prop_get('config')
end
config=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151780
def config=(val)
        prop_set('config', val)
end
export() click to toggle source
# File lib/palo_alto/config.rb, line 151807
def export
        prop_get('export')
end
export=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151810
def export=(val)
        prop_set('export', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 151705
def has_multiple_values?
        false
end
import() click to toggle source
# File lib/palo_alto/config.rb, line 151813
def import
        prop_get('import')
end
import=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151816
def import=(val)
        prop_set('import', val)
end
iot() click to toggle source
# File lib/palo_alto/config.rb, line 151801
def iot
        prop_get('iot')
end
iot=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151804
def iot=(val)
        prop_set('iot', val)
end
log() click to toggle source
# File lib/palo_alto/config.rb, line 151771
def log
        prop_get('log')
end
log=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151774
def log=(val)
        prop_set('log', val)
end
op() click to toggle source
# File lib/palo_alto/config.rb, line 151783
def op
        prop_get('op')
end
op=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151786
def op=(val)
        prop_set('op', val)
end
report() click to toggle source
# File lib/palo_alto/config.rb, line 151765
def report
        prop_get('report')
end
report=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151768
def report=(val)
        prop_set('report', val)
end
user_id() click to toggle source
# File lib/palo_alto/config.rb, line 151795
def user_id
        prop_get('user-id')
end
user_id=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151798
def user_id=(val)
        prop_set('user-id', val)
end