class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::ServerProfile::Radius::Entry::Protocol
Public Instance Methods
CHAP()
click to toggle source
# File lib/palo_alto/config.rb, line 241304 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 241448 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 241316 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 241368 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 241408 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 241292 def _section :'protocol' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 241289 def has_multiple_values? true end