class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::Setting::Management::Api
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 370316 def _section :'api' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 370313 def has_multiple_values? false end
key()
click to toggle source
# File lib/palo_alto/config.rb, line 370343 def key @subclasses['key'] ||= Key.new(parent_instance: self, create_children: @create_children) end