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