class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 339398 def _section :'entry' end
domains()
click to toggle source
# File lib/palo_alto/config.rb, line 339424 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 339395 def has_multiple_values? false end
name()
click to toggle source
Clientless VPN Proxy setting
# File lib/palo_alto/config.rb, line 339515 def name prop_get('@name') end
proxy_server()
click to toggle source
# File lib/palo_alto/config.rb, line 339500 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 339519 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 339523 def use_proxy=(val) prop_set('use-proxy', val) end