class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectGateway::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 296845 def _section :'entry' end
client()
click to toggle source
# File lib/palo_alto/config.rb, line 297434 def client @subclasses['client'] ||= Client.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 296842 def has_multiple_values? false end
ip_pool()
click to toggle source
# File lib/palo_alto/config.rb, line 297181 def ip_pool if @create_children @subclasses['ip-pool'] ||= IpPool.new(parent_instance: self, create_children: @create_children) else IpPool.new(parent_instance: self) end end
ipsec()
click to toggle source
# File lib/palo_alto/config.rb, line 297125 def ipsec @subclasses['ipsec'] ||= Ipsec.new(parent_instance: self, create_children: @create_children) end
local_address()
click to toggle source
# File lib/palo_alto/config.rb, line 296996 def local_address @subclasses['local-address'] ||= LocalAddress.new(parent_instance: self, create_children: @create_children) end
max_user()
click to toggle source
max number of concurrent logined users
# File lib/palo_alto/config.rb, line 297470 def max_user prop_get('max-user') end
max_user=(val)
click to toggle source
max number of concurrent logined users
# File lib/palo_alto/config.rb, line 297474 def max_user=(val) prop_set('max-user', val) end
name()
click to toggle source
alphanumeric string begin with letter: [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 297458 def name prop_get('@name') end
ssl()
click to toggle source
# File lib/palo_alto/config.rb, line 297153 def ssl @subclasses['ssl'] ||= Ssl.new(parent_instance: self, create_children: @create_children) end
tunnel_interface()
click to toggle source
to apply GlobalProtect gateway tunnels to tunnel interface
# File lib/palo_alto/config.rb, line 297462 def tunnel_interface prop_get('tunnel-interface') end
tunnel_interface=(val)
click to toggle source
to apply GlobalProtect gateway tunnels to tunnel interface
# File lib/palo_alto/config.rb, line 297466 def tunnel_interface=(val) prop_set('tunnel-interface', val) end