class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Ike__4::CryptoProfiles::IpsecCryptoProfiles::Entry::Ah
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 188059 def _section :'ah' end
authentication()
click to toggle source
# File lib/palo_alto/config.rb, line 188088 def authentication if @create_children @subclasses['authentication'] ||= Authentication.new(parent_instance: self, create_children: @create_children) else Authentication.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 188056 def has_multiple_values? false end