class PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::DeviceGroup::Webui
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 48656 def _section :'webui' end
acc()
click to toggle source
# File lib/palo_alto/config.rb, line 52027 def acc prop_get('acc') end
acc=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 52030 def acc=(val) prop_set('acc', val) end
commit()
click to toggle source
# File lib/palo_alto/config.rb, line 51978 def commit @subclasses['commit'] ||= Commit.new(parent_instance: self, create_children: @create_children) end
dashboard()
click to toggle source
# File lib/palo_alto/config.rb, line 52021 def dashboard prop_get('dashboard') end
dashboard=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 52024 def dashboard=(val) prop_set('dashboard', val) end
device()
click to toggle source
# File lib/palo_alto/config.rb, line 51593 def device @subclasses['device'] ||= Device.new(parent_instance: self, create_children: @create_children) end
global()
click to toggle source
# File lib/palo_alto/config.rb, line 52001 def global @subclasses['global'] ||= Global.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 48653 def has_multiple_values? false end
monitor()
click to toggle source
# File lib/palo_alto/config.rb, line 49398 def monitor @subclasses['monitor'] ||= Monitor.new(parent_instance: self, create_children: @create_children) end
network()
click to toggle source
# File lib/palo_alto/config.rb, line 50696 def network @subclasses['network'] ||= Network.new(parent_instance: self, create_children: @create_children) end
objects()
click to toggle source
# File lib/palo_alto/config.rb, line 50203 def objects @subclasses['objects'] ||= Objects.new(parent_instance: self, create_children: @create_children) end
panorama()
click to toggle source
# File lib/palo_alto/config.rb, line 51821 def panorama @subclasses['panorama'] ||= Panorama.new(parent_instance: self, create_children: @create_children) end
policies()
click to toggle source
# File lib/palo_alto/config.rb, line 49587 def policies @subclasses['policies'] ||= Policies.new(parent_instance: self, create_children: @create_children) end
privacy()
click to toggle source
# File lib/palo_alto/config.rb, line 51868 def privacy @subclasses['privacy'] ||= Privacy.new(parent_instance: self, create_children: @create_children) end
save()
click to toggle source
# File lib/palo_alto/config.rb, line 51901 def save @subclasses['save'] ||= Save.new(parent_instance: self, create_children: @create_children) end
tasks()
click to toggle source
# File lib/palo_alto/config.rb, line 52033 def tasks prop_get('tasks') end
tasks=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 52036 def tasks=(val) prop_set('tasks', val) end