class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::ManagementTunnel__28
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 366028 def _section :'management-tunnel__28' end
crypto_profiles()
click to toggle source
# File lib/palo_alto/config.rb, line 367245 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 366025 def has_multiple_values? false end
ikev2_gateway()
click to toggle source
# File lib/palo_alto/config.rb, line 366705 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 366110 def tunnel if @create_children @subclasses['tunnel'] ||= Tunnel.new(parent_instance: self, create_children: @create_children) else Tunnel.new(parent_instance: self) end end