class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::ServerProfile::Radius::Entry::Protocol
Public Instance Methods
CHAP()
click to toggle source
# File lib/palo_alto/config.rb, line 134818 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 134962 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 134830 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 134882 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 134922 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 134806 def _section :'protocol' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 134803 def has_multiple_values? true end