class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 296039
def _section
        :'esp'
end
authentication() click to toggle source
# File lib/palo_alto/config.rb, line 296198
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 296249
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 296036
def has_multiple_values?
        false
end