class PaloAlto::XML::Config::Panorama::ServerProfile::Radius::Entry::Protocol::EAPTTLSWithPAP
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 1668 def _section :'EAP-TTLS-with-PAP' end
anon_outer_id()
click to toggle source
Make Outer Identity Anonymous
# File lib/palo_alto/config.rb, line 1686 def anon_outer_id prop_get('anon-outer-id') end
anon_outer_id=(val)
click to toggle source
Make Outer Identity Anonymous
# File lib/palo_alto/config.rb, line 1690 def anon_outer_id=(val) prop_set('anon-outer-id', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 1665 def has_multiple_values? false end
radius_cert_profile()
click to toggle source
Certificate
profile for verifying the RADIUS server
# File lib/palo_alto/config.rb, line 1694 def radius_cert_profile prop_get('radius-cert-profile') end
radius_cert_profile=(val)
click to toggle source
Certificate
profile for verifying the RADIUS server
# File lib/palo_alto/config.rb, line 1698 def radius_cert_profile=(val) prop_set('radius-cert-profile', val) end