class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 188417 def _section :'tunnel__5' end
global_protect_gateway()
click to toggle source
# File lib/palo_alto/config.rb, line 190944 def global_protect_gateway if @create_children @subclasses['global-protect-gateway'] ||= GlobalProtectGateway.new(parent_instance: self, create_children: @create_children) else GlobalProtectGateway.new(parent_instance: self) end end
global_protect_site_to_site()
click to toggle source
# File lib/palo_alto/config.rb, line 191544 def global_protect_site_to_site if @create_children @subclasses['global-protect-site-to-site'] ||= GlobalProtectSiteToSite.new(parent_instance: self, create_children: @create_children) else GlobalProtectSiteToSite.new(parent_instance: self) end end
gre()
click to toggle source
# File lib/palo_alto/config.rb, line 188819 def gre if @create_children @subclasses['gre'] ||= Gre.new(parent_instance: self, create_children: @create_children) else Gre.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 188414 def has_multiple_values? false end
hop()
click to toggle source
# File lib/palo_alto/config.rb, line 188539 def hop if @create_children @subclasses['hop'] ||= Hop.new(parent_instance: self, create_children: @create_children) else Hop.new(parent_instance: self) end end
ipsec()
click to toggle source
# File lib/palo_alto/config.rb, line 190287 def ipsec if @create_children @subclasses['ipsec'] ||= Ipsec.new(parent_instance: self, create_children: @create_children) else Ipsec.new(parent_instance: self) end end