class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Vpn

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 273806
def _section
        :'vpn'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 273803
def has_multiple_values?
        false
end
ikev2() click to toggle source
# File lib/palo_alto/config.rb, line 273867
def ikev2
        @subclasses['ikev2'] ||= Ikev2.new(parent_instance: self, create_children: @create_children)
end