class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectSiteToSite::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 297504
def _section
        :'entry'
end
client() click to toggle source
# File lib/palo_alto/config.rb, line 298052
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 297501
def has_multiple_values?
        false
end
local_address() click to toggle source
# File lib/palo_alto/config.rb, line 297655
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 298070
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 298074
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 298078
def tunnel_interface=(val)
        prop_set('tunnel-interface', val)
end