class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientlessVpn

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 232210
def _section
        :'clientless-vpn'
end
apps_to_user_mapping() click to toggle source
# File lib/palo_alto/config.rb, line 232773
def apps_to_user_mapping
        if @create_children
                @subclasses['apps-to-user-mapping'] ||= AppsToUserMapping.new(parent_instance: self, create_children: @create_children)
        else
                AppsToUserMapping.new(parent_instance: self)
        end
end
crypto_settings() click to toggle source
# File lib/palo_alto/config.rb, line 232608
def crypto_settings
        @subclasses['crypto-settings'] ||= CryptoSettings.new(parent_instance: self, create_children: @create_children)
end
dns_proxy() click to toggle source

DNS proxy object used for resolving clientless-vpn application hostnames

# File lib/palo_alto/config.rb, line 232997
def dns_proxy
        prop_get('dns-proxy')
end
dns_proxy=(val) click to toggle source

DNS proxy object used for resolving clientless-vpn application hostnames

# File lib/palo_alto/config.rb, line 233001
def dns_proxy=(val)
        prop_set('dns-proxy', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 232207
def has_multiple_values?
        false
end
hostname() click to toggle source

FQDN or IP address of GlobalProtect Portal

# File lib/palo_alto/config.rb, line 232973
def hostname
        prop_get('hostname')
end
hostname=(val) click to toggle source

FQDN or IP address of GlobalProtect Portal

# File lib/palo_alto/config.rb, line 232977
def hostname=(val)
        prop_set('hostname', val)
end
inactivity_logout() click to toggle source
# File lib/palo_alto/config.rb, line 232294
def inactivity_logout
        if @create_children
                @subclasses['inactivity-logout'] ||= InactivityLogout.new(parent_instance: self, create_children: @create_children)
        else
                InactivityLogout.new(parent_instance: self)
        end
end
login_lifetime() click to toggle source
# File lib/palo_alto/config.rb, line 232250
def login_lifetime
        if @create_children
                @subclasses['login-lifetime'] ||= LoginLifetime.new(parent_instance: self, create_children: @create_children)
        else
                LoginLifetime.new(parent_instance: self)
        end
end
max_user() click to toggle source

max number of concurrent logined users to GlobalProtect portal

# File lib/palo_alto/config.rb, line 232989
def max_user
        prop_get('max-user')
end
max_user=(val) click to toggle source

max number of concurrent logined users to GlobalProtect portal

# File lib/palo_alto/config.rb, line 232993
def max_user=(val)
        prop_set('max-user', val)
end
proxy_server_setting() click to toggle source
# File lib/palo_alto/config.rb, line 232927
def proxy_server_setting
        if @create_children
                @subclasses['proxy-server-setting'] ||= ProxyServerSetting.new(parent_instance: self, create_children: @create_children)
        else
                ProxyServerSetting.new(parent_instance: self)
        end
end
rewrite_exclude_domain_list() click to toggle source
# File lib/palo_alto/config.rb, line 232634
def rewrite_exclude_domain_list
        if @create_children
                @subclasses['rewrite-exclude-domain-list'] ||= RewriteExcludeDomainList.new(parent_instance: self, create_children: @create_children)
        else
                RewriteExcludeDomainList.new(parent_instance: self)
        end
end
security_zone() click to toggle source

Zone to be used for clientless-vpn traffic

# File lib/palo_alto/config.rb, line 232981
def security_zone
        prop_get('security-zone')
end
security_zone=(val) click to toggle source

Zone to be used for clientless-vpn traffic

# File lib/palo_alto/config.rb, line 232985
def security_zone=(val)
        prop_set('security-zone', val)
end