class PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::Panorama::Xmlapi
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 47243 def _section :'xmlapi' end
commit()
click to toggle source
# File lib/palo_alto/config.rb, line 47324 def commit prop_get('commit') end
commit=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 47327 def commit=(val) prop_set('commit', val) end
config()
click to toggle source
# File lib/palo_alto/config.rb, line 47312 def config prop_get('config') end
config=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 47315 def config=(val) prop_set('config', val) end
export()
click to toggle source
# File lib/palo_alto/config.rb, line 47342 def export prop_get('export') end
export=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 47345 def export=(val) prop_set('export', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 47240 def has_multiple_values? false end
import()
click to toggle source
# File lib/palo_alto/config.rb, line 47348 def import prop_get('import') end
import=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 47351 def import=(val) prop_set('import', val) end
iot()
click to toggle source
# File lib/palo_alto/config.rb, line 47336 def iot prop_get('iot') end
iot=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 47339 def iot=(val) prop_set('iot', val) end
log()
click to toggle source
# File lib/palo_alto/config.rb, line 47306 def log prop_get('log') end
log=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 47309 def log=(val) prop_set('log', val) end
op()
click to toggle source
# File lib/palo_alto/config.rb, line 47318 def op prop_get('op') end
op=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 47321 def op=(val) prop_set('op', val) end
report()
click to toggle source
# File lib/palo_alto/config.rb, line 47300 def report prop_get('report') end
report=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 47303 def report=(val) prop_set('report', val) end
user_id()
click to toggle source
# File lib/palo_alto/config.rb, line 47330 def user_id prop_get('user-id') end
user_id=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 47333 def user_id=(val) prop_set('user-id', val) end