class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectSiteToSite::Entry::Client
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 191120 def _section :'client' end
accept_published_routes()
click to toggle source
Whether Gateway should accept routes published by Satellite
# File lib/palo_alto/config.rb, line 191482 def accept_published_routes prop_get('accept-published-routes') end
accept_published_routes=(val)
click to toggle source
Whether Gateway should accept routes published by Satellite
# File lib/palo_alto/config.rb, line 191486 def accept_published_routes=(val) prop_set('accept-published-routes', val) end
anti_replay()
click to toggle source
Enable Anti-Replay check on this tunnel
# File lib/palo_alto/config.rb, line 191490 def anti_replay prop_get('anti-replay') end
anti_replay=(val)
click to toggle source
Enable Anti-Replay check on this tunnel
# File lib/palo_alto/config.rb, line 191494 def anti_replay=(val) prop_set('anti-replay', val) end
config_refresh_interval()
click to toggle source
GlobalProtect gateway configuration refresh interval in hours
# File lib/palo_alto/config.rb, line 191458 def config_refresh_interval prop_get('config-refresh-interval') end
config_refresh_interval=(val)
click to toggle source
GlobalProtect gateway configuration refresh interval in hours
# File lib/palo_alto/config.rb, line 191462 def config_refresh_interval=(val) prop_set('config-refresh-interval', val) end
copy_tos()
click to toggle source
Copy IP TOS bits from inner packet to IPSec packet (not recommended)
# File lib/palo_alto/config.rb, line 191498 def copy_tos prop_get('copy-tos') end
copy_tos=(val)
click to toggle source
Copy IP TOS bits from inner packet to IPSec packet (not recommended)
# File lib/palo_alto/config.rb, line 191502 def copy_tos=(val) prop_set('copy-tos', val) end
dns_server()
click to toggle source
# File lib/palo_alto/config.rb, line 191233 def dns_server @subclasses['dns-server'] ||= DnsServer.new(parent_instance: self, create_children: @create_children) end
dns_suffix()
click to toggle source
# File lib/palo_alto/config.rb, line 191257 def dns_suffix if @create_children @subclasses['dns-suffix'] ||= DnsSuffix.new(parent_instance: self, create_children: @create_children) else DnsSuffix.new(parent_instance: self) end end
dns_suffix_inherited()
click to toggle source
Enable dns-suffix inheritance from dynamic interface
# File lib/palo_alto/config.rb, line 191466 def dns_suffix_inherited prop_get('dns-suffix-inherited') end
dns_suffix_inherited=(val)
click to toggle source
Enable dns-suffix inheritance from dynamic interface
# File lib/palo_alto/config.rb, line 191470 def dns_suffix_inherited=(val) prop_set('dns-suffix-inherited', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 191117 def has_multiple_values? false end
inheritance()
click to toggle source
# File lib/palo_alto/config.rb, line 191184 def inheritance @subclasses['inheritance'] ||= Inheritance.new(parent_instance: self, create_children: @create_children) end
ip_pool()
click to toggle source
# File lib/palo_alto/config.rb, line 191148 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_crypto_profile()
click to toggle source
IPSec crypto profile name
# File lib/palo_alto/config.rb, line 191474 def ipsec_crypto_profile prop_get('ipsec-crypto-profile') end
ipsec_crypto_profile=(val)
click to toggle source
IPSec crypto profile name
# File lib/palo_alto/config.rb, line 191478 def ipsec_crypto_profile=(val) prop_set('ipsec-crypto-profile', val) end
split_tunneling()
click to toggle source
# File lib/palo_alto/config.rb, line 191303 def split_tunneling @subclasses['split-tunneling'] ||= SplitTunneling.new(parent_instance: self, create_children: @create_children) end
tunnel_monitor()
click to toggle source
# File lib/palo_alto/config.rb, line 191380 def tunnel_monitor @subclasses['tunnel-monitor'] ||= TunnelMonitor.new(parent_instance: self, create_children: @create_children) end
valid_networks()
click to toggle source
# File lib/palo_alto/config.rb, line 191406 def valid_networks if @create_children @subclasses['valid-networks'] ||= ValidNetworks.new(parent_instance: self, create_children: @create_children) else ValidNetworks.new(parent_instance: self) end end