class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 326720
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 326867
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 326732
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 326785
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 326826
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 326708
def _section
        :'protocol'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 326705
def has_multiple_values?
        true
end