Class: PaloAlto::XML::Config::Panorama::ServerProfile::Radius::Entry::Protocol::EAPTTLSWithPAP

Inherits:
PaloAlto::XML::ConfigClass show all
Defined in:
lib/palo_alto/config.rb

Constant Summary

Constants included from DSL

DSL::AXES, DSL::LOWERCASE_LETTERS, DSL::METHODS, DSL::OPERATORS, DSL::UPPERCASE_LETTERS

Instance Attribute Summary

Attributes inherited from PaloAlto::XML::ConfigClass

#api_attributes, #parent_instance, #subclasses

Attributes inherited from Expression

#arguments, #expression

Instance Method Summary collapse

Methods inherited from PaloAlto::XML::ConfigClass

#array_class_setter, #clear!, #complete, #create!, #delete!, #delete_child, #edit!, #enforce_type, #enforce_types, #external_set, #get, #get_all, #get_class_from_child_str, #get_primary_key, #initialize, #inspect, #maybe_register_subclass, #multimove!, #prop_get, #prop_set, #selector_subclasses, #set!, #set_array_class_attributes, #set_values, #to_xml, #values, #xml_builder

Methods inherited from Expression

#current, #initialize, #to_xpath

Methods included from DSL

#anywhere, #axis, #binary_operator, #child, #contains_word, #css, #current, #descendant, #ends_with, #function, #is, #last, #lowercase, #method, #next_sibling, #one_of, #parenthesis, #position, #previous_sibling, #qname, #relative, #root, #text, #union, #uppercase, #where, #xpath_attr

Constructor Details

This class inherits a constructor from PaloAlto::XML::ConfigClass

Instance Method Details

#_sectionObject



1254
1255
1256
# File 'lib/palo_alto/config.rb', line 1254

def _section
:'EAP-TTLS-with-PAP'
end

#anon_outer_idObject

Make Outer Identity Anonymous



1259
1260
1261
# File 'lib/palo_alto/config.rb', line 1259

def anon_outer_id
prop_get('anon-outer-id')
end

#anon_outer_id=(val) ⇒ Object

Make Outer Identity Anonymous



1263
1264
1265
# File 'lib/palo_alto/config.rb', line 1263

def anon_outer_id=(val)
prop_set('anon-outer-id', val)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


1253
# File 'lib/palo_alto/config.rb', line 1253

def has_multiple_values?; false; end

#radius_cert_profileObject

Certificate profile for verifying the RADIUS server



1267
1268
1269
# File 'lib/palo_alto/config.rb', line 1267

def radius_cert_profile
prop_get('radius-cert-profile')
end

#radius_cert_profile=(val) ⇒ Object

Certificate profile for verifying the RADIUS server



1271
1272
1273
# File 'lib/palo_alto/config.rb', line 1271

def radius_cert_profile=(val)
prop_set('radius-cert-profile', val)
end