class PaloAlto::XML::Config::Devices::Entry::LogCollector::Entry::AuthenticationSetting::Api
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 344392 def _section :'api' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 344389 def has_multiple_values? false end
key()
click to toggle source
# File lib/palo_alto/config.rb, line 344419 def key @subclasses['key'] ||= Key.new(parent_instance: self, create_children: @create_children) end