class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::ManagementTunnel__32
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 74860 def _section :'management-tunnel__32' end
crypto_profiles()
click to toggle source
# File lib/palo_alto/config.rb, line 76077 def crypto_profiles @subclasses['crypto-profiles'] ||= CryptoProfiles.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 74857 def has_multiple_values? false end
ikev2_gateway()
click to toggle source
# File lib/palo_alto/config.rb, line 75537 def ikev2_gateway if @create_children @subclasses['ikev2-gateway'] ||= Ikev2Gateway.new(parent_instance: self, create_children: @create_children) else Ikev2Gateway.new(parent_instance: self) end end
tunnel()
click to toggle source
# File lib/palo_alto/config.rb, line 74942 def tunnel if @create_children @subclasses['tunnel'] ||= Tunnel.new(parent_instance: self, create_children: @create_children) else Tunnel.new(parent_instance: self) end end