class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::Radius::Entry::Protocol
Public Instance Methods
CHAP()
click to toggle source
# File lib/palo_alto/config.rb, line 220120 def CHAP @subclasses['CHAP'] ||= CHAP.new(parent_instance: self, create_children: @create_children) end
EAP_TTLS_with_PAP()
click to toggle source
# File lib/palo_alto/config.rb, line 220267 def EAP_TTLS_with_PAP @subclasses['EAP-TTLS-with-PAP'] ||= EAPTTLSWithPAP.new(parent_instance: self, create_children: @create_children) end
PAP()
click to toggle source
# File lib/palo_alto/config.rb, line 220132 def PAP @subclasses['PAP'] ||= PAP.new(parent_instance: self, create_children: @create_children) end
PEAP_MSCHAPv2()
click to toggle source
# File lib/palo_alto/config.rb, line 220185 def PEAP_MSCHAPv2 @subclasses['PEAP-MSCHAPv2'] ||= PEAPMSCHAPv2.new(parent_instance: self, create_children: @create_children) end
PEAP_with_GTC()
click to toggle source
# File lib/palo_alto/config.rb, line 220226 def PEAP_with_GTC @subclasses['PEAP-with-GTC'] ||= PEAPWithGTC.new(parent_instance: self, create_children: @create_children) end
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 220108 def _section :'protocol' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 220105 def has_multiple_values? true end