class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Management::Api

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 86349
def _section
        :'api'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 86346
def has_multiple_values?
        false
end
key() click to toggle source
# File lib/palo_alto/config.rb, line 86376
def key
        @subclasses['key'] ||= Key.new(parent_instance: self, create_children: @create_children)
end