class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 339620 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 341602 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 341606 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 341585 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 339617 def has_multiple_values? false end
root_ca()
click to toggle source
# File lib/palo_alto/config.rb, line 339673 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