class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 83812 def _section :'setting' end
autofocus()
click to toggle source
# File lib/palo_alto/config.rb, line 87259 def autofocus @subclasses['autofocus'] ||= Autofocus.new(parent_instance: self, create_children: @create_children) end
custom_logo()
click to toggle source
# File lib/palo_alto/config.rb, line 87434 def custom_logo @subclasses['custom-logo'] ||= CustomLogo.new(parent_instance: self, create_children: @create_children) end
gtp()
click to toggle source
# File lib/palo_alto/config.rb, line 87495 def gtp prop_get('gtp') end
gtp=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 87498 def gtp=(val) prop_set('gtp', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 83809 def has_multiple_values? false end
iot()
click to toggle source
# File lib/palo_alto/config.rb, line 87484 def iot @subclasses['iot'] ||= Iot.new(parent_instance: self, create_children: @create_children) end
management()
click to toggle source
# File lib/palo_alto/config.rb, line 87042 def management @subclasses['management'] ||= Management.new(parent_instance: self, create_children: @create_children) end
sctp()
click to toggle source
# File lib/palo_alto/config.rb, line 87501 def sctp prop_get('sctp') end
sctp=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 87504 def sctp=(val) prop_set('sctp', val) end
wildfire()
click to toggle source
# File lib/palo_alto/config.rb, line 87203 def wildfire @subclasses['wildfire'] ||= Wildfire.new(parent_instance: self, create_children: @create_children) end