class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Vpn
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 167295 def _section :'vpn' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 167292 def has_multiple_values? false end
ikev2()
click to toggle source
# File lib/palo_alto/config.rb, line 167356 def ikev2 @subclasses['ikev2'] ||= Ikev2.new(parent_instance: self, create_children: @create_children) end