class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 233012 def _section :'client-config' end
agent_user_override_key()
click to toggle source
Agent user override ticket key
# File lib/palo_alto/config.rb, line 234988 def agent_user_override_key prop_get('agent-user-override-key') end
agent_user_override_key=(val)
click to toggle source
Agent user override ticket key
# File lib/palo_alto/config.rb, line 234992 def agent_user_override_key=(val) prop_set('agent-user-override-key', val) end
configs()
click to toggle source
# File lib/palo_alto/config.rb, line 234971 def configs if @create_children @subclasses['configs'] ||= Configs.new(parent_instance: self, create_children: @create_children) else Configs.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 233009 def has_multiple_values? false end
root_ca()
click to toggle source
# File lib/palo_alto/config.rb, line 233065 def root_ca if @create_children @subclasses['root-ca'] ||= RootCa.new(parent_instance: self, create_children: @create_children) else RootCa.new(parent_instance: self) end end