class PaloAlto::XML::Config::Panorama::ServerProfile::Radius::Entry::Protocol

Public Instance Methods

CHAP() click to toggle source
# File lib/palo_alto/config.rb, line 1555
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 1702
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 1567
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 1620
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 1661
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 1543
def _section
        :'protocol'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 1540
def has_multiple_values?
        true
end