class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientlessVpn::ProxyServerSetting::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 232791 def _section :'entry' end
domains()
click to toggle source
# File lib/palo_alto/config.rb, line 232817 def domains if @create_children @subclasses['domains'] ||= Domains.new(parent_instance: self, create_children: @create_children) else Domains.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 232788 def has_multiple_values? false end
name()
click to toggle source
Clientless VPN Proxy setting
# File lib/palo_alto/config.rb, line 232907 def name prop_get('@name') end
proxy_server()
click to toggle source
# File lib/palo_alto/config.rb, line 232892 def proxy_server @subclasses['proxy-server'] ||= ProxyServer.new(parent_instance: self, create_children: @create_children) end
use_proxy()
click to toggle source
Whether to use proxy server
# File lib/palo_alto/config.rb, line 232911 def use_proxy prop_get('use-proxy') end
use_proxy=(val)
click to toggle source
Whether to use proxy server
# File lib/palo_alto/config.rb, line 232915 def use_proxy=(val) prop_set('use-proxy', val) end