class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::RemoteUserTunnelConfigs::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 342102
def _section
        :'entry'
end
authentication_override() click to toggle source
# File lib/palo_alto/config.rb, line 342263
def authentication_override
        @subclasses['authentication-override'] ||= AuthenticationOverride.new(parent_instance: self, create_children: @create_children)
end
authentication_server_ip_pool() click to toggle source
# File lib/palo_alto/config.rb, line 342778
def authentication_server_ip_pool
        if @create_children
                @subclasses['authentication-server-ip-pool'] ||= AuthenticationServerIpPool.new(parent_instance: self, create_children: @create_children)
        else
                AuthenticationServerIpPool.new(parent_instance: self)
        end
end
dns_server() click to toggle source
# File lib/palo_alto/config.rb, line 342392
def dns_server
        if @create_children
                @subclasses['dns-server'] ||= DnsServer.new(parent_instance: self, create_children: @create_children)
        else
                DnsServer.new(parent_instance: self)
        end
end
dns_suffix() click to toggle source
# File lib/palo_alto/config.rb, line 342422
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
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 342099
def has_multiple_values?
        false
end
ip_pool() click to toggle source
# File lib/palo_alto/config.rb, line 342454
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
name() click to toggle source

GlobalProtect gateway remote user tunnel configuration name

# File lib/palo_alto/config.rb, line 342805
def name
        prop_get('@name')
end
no_direct_access_to_local_network() click to toggle source

No direct access to local network

# File lib/palo_alto/config.rb, line 342809
def no_direct_access_to_local_network
        prop_get('no-direct-access-to-local-network')
end
no_direct_access_to_local_network=(val) click to toggle source

No direct access to local network

# File lib/palo_alto/config.rb, line 342813
def no_direct_access_to_local_network=(val)
        prop_set('no-direct-access-to-local-network', val)
end
os() click to toggle source
# File lib/palo_alto/config.rb, line 342290
def os
        if @create_children
                @subclasses['os'] ||= Os.new(parent_instance: self, create_children: @create_children)
        else
                Os.new(parent_instance: self)
        end
end
retrieve_framed_ip_address() click to toggle source

retrieve framed ip address

# File lib/palo_alto/config.rb, line 342817
def retrieve_framed_ip_address
        prop_get('retrieve-framed-ip-address')
end
retrieve_framed_ip_address=(val) click to toggle source

retrieve framed ip address

# File lib/palo_alto/config.rb, line 342821
def retrieve_framed_ip_address=(val)
        prop_set('retrieve-framed-ip-address', val)
end
source_address() click to toggle source
# File lib/palo_alto/config.rb, line 342368
def source_address
        @subclasses['source-address'] ||= SourceAddress.new(parent_instance: self, create_children: @create_children)
end
source_user() click to toggle source
# File lib/palo_alto/config.rb, line 342137
def source_user
        if @create_children
                @subclasses['source-user'] ||= SourceUser.new(parent_instance: self, create_children: @create_children)
        else
                SourceUser.new(parent_instance: self)
        end
end
split_tunneling() click to toggle source
# File lib/palo_alto/config.rb, line 342750
def split_tunneling
        @subclasses['split-tunneling'] ||= SplitTunneling.new(parent_instance: self, create_children: @create_children)
end