class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectSiteToSite::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 190962 def _section :'entry' end
client()
click to toggle source
# File lib/palo_alto/config.rb, line 191506 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 190959 def has_multiple_values? false end
local_address()
click to toggle source
# File lib/palo_alto/config.rb, line 191113 def local_address @subclasses['local-address'] ||= LocalAddress.new(parent_instance: self, create_children: @create_children) end
name()
click to toggle source
alphanumeric string begin with letter: [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 191524 def name prop_get('@name') end
tunnel_interface()
click to toggle source
to apply GlobalProtect site to site tunnels to tunnel interface
# File lib/palo_alto/config.rb, line 191528 def tunnel_interface prop_get('tunnel-interface') end
tunnel_interface=(val)
click to toggle source
to apply GlobalProtect site to site tunnels to tunnel interface
# File lib/palo_alto/config.rb, line 191532 def tunnel_interface=(val) prop_set('tunnel-interface', val) end