class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::ManagementTunnel__32::Ikev2Gateway::Entry::Authentication
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 75172 def _section :'authentication' end
certificate()
click to toggle source
# File lib/palo_alto/config.rb, line 75264 def certificate @subclasses['certificate'] ||= Certificate.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 75169 def has_multiple_values? true end