class PaloAlto::XML::Config::Devices::Entry::Template::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 235486
def _section
        :'entry'
end
authentication_override() click to toggle source
# File lib/palo_alto/config.rb, line 235647
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 236162
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 235776
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 235806
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 235483
def has_multiple_values?
        false
end
ip_pool() click to toggle source
# File lib/palo_alto/config.rb, line 235838
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 236189
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 236193
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 236197
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 235674
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 236201
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 236205
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 235752
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 235521
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 236134
def split_tunneling
        @subclasses['split-tunneling'] ||= SplitTunneling.new(parent_instance: self, create_children: @create_children)
end