class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::AuthProfile::Entry::Esp

Public Instance Methods

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