class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::ManagementTunnel__28::Ikev2Gateway::Entry::Authentication

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 366340
def _section
        :'authentication'
end
certificate() click to toggle source
# File lib/palo_alto/config.rb, line 366432
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 366337
def has_multiple_values?
        true
end
pre_shared_key() click to toggle source
# File lib/palo_alto/config.rb, line 366366
def pre_shared_key
        @subclasses['pre-shared-key'] ||= PreSharedKey.new(parent_instance: self, create_children: @create_children)
end