class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::Tacplus::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 220660 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 220657 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 220784 def name prop_get('@name') end
protocol()
click to toggle source
Select authentication protocol
# File lib/palo_alto/config.rb, line 220804 def protocol prop_get('protocol') end
protocol=(val)
click to toggle source
Select authentication protocol
# File lib/palo_alto/config.rb, line 220808 def protocol=(val) prop_set('protocol', val) end
server()
click to toggle source
# File lib/palo_alto/config.rb, line 220749 def server if @create_children @subclasses['server'] ||= Server.new(parent_instance: self, create_children: @create_children) else Server.new(parent_instance: self) end end
timeout()
click to toggle source
number of seconds to wait for when performing authentication
# File lib/palo_alto/config.rb, line 220788 def timeout prop_get('timeout') end
timeout=(val)
click to toggle source
number of seconds to wait for when performing authentication
# File lib/palo_alto/config.rb, line 220792 def timeout=(val) prop_set('timeout', val) end
use_single_connection()
click to toggle source
Use single connection for all authentication
# File lib/palo_alto/config.rb, line 220796 def use_single_connection prop_get('use-single-connection') end
use_single_connection=(val)
click to toggle source
Use single connection for all authentication
# File lib/palo_alto/config.rb, line 220800 def use_single_connection=(val) prop_set('use-single-connection', val) end