class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::AuthProfile::Entry::Esp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 198009 def _section :'esp' end
authentication()
click to toggle source
# File lib/palo_alto/config.rb, line 198168 def authentication @subclasses['authentication'] ||= Authentication.new(parent_instance: self, create_children: @create_children) end
encryption()
click to toggle source
# File lib/palo_alto/config.rb, line 198214 def encryption @subclasses['encryption'] ||= Encryption.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 198006 def has_multiple_values? false end