class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::ManualKey::Esp

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 189499
def _section
        :'esp'
end
authentication() click to toggle source
# File lib/palo_alto/config.rb, line 189658
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 189709
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 189496
def has_multiple_values?
        false
end