class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Ike__4::Gateway::Entry::Authentication

Public Instance Methods

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