class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectGateway::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 190305
def _section
        :'entry'
end
client() click to toggle source
# File lib/palo_alto/config.rb, line 190892
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 190302
def has_multiple_values?
        false
end
ip_pool() click to toggle source
# File lib/palo_alto/config.rb, line 190641
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 190585
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 190456
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 190928
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 190932
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 190916
def name
        prop_get('@name')
end
ssl() click to toggle source
# File lib/palo_alto/config.rb, line 190613
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 190920
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 190924
def tunnel_interface=(val)
        prop_set('tunnel-interface', val)
end