class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 338817
def _section
        :'clientless-vpn'
end
apps_to_user_mapping() click to toggle source
# File lib/palo_alto/config.rb, line 339380
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 339215
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 339605
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 339609
def dns_proxy=(val)
        prop_set('dns-proxy', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 338814
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 339581
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 339585
def hostname=(val)
        prop_set('hostname', val)
end
inactivity_logout() click to toggle source
# File lib/palo_alto/config.rb, line 338901
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 338857
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 339597
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 339601
def max_user=(val)
        prop_set('max-user', val)
end
proxy_server_setting() click to toggle source
# File lib/palo_alto/config.rb, line 339535
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 339241
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 339589
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 339593
def security_zone=(val)
        prop_set('security-zone', val)
end