Class: PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::DeviceGroup::Webui::Device::CertificateManagement

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



29463
29464
29465
# File 'lib/palo_alto/config.rb', line 29463

def _section
:'certificate-management'
end

#certificate_profileObject



29473
29474
29475
# File 'lib/palo_alto/config.rb', line 29473

def certificate_profile
prop_get('certificate-profile')
end

#certificate_profile=(val) ⇒ Object



29476
29477
29478
# File 'lib/palo_alto/config.rb', line 29476

def certificate_profile=(val)
prop_set('certificate-profile', val)
end

#certificatesObject



29467
29468
29469
# File 'lib/palo_alto/config.rb', line 29467

def certificates
prop_get('certificates')
end

#certificates=(val) ⇒ Object



29470
29471
29472
# File 'lib/palo_alto/config.rb', line 29470

def certificates=(val)
prop_set('certificates', val)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


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

def has_multiple_values?; false; end

#ocsp_responderObject



29479
29480
29481
# File 'lib/palo_alto/config.rb', line 29479

def ocsp_responder
prop_get('ocsp-responder')
end

#ocsp_responder=(val) ⇒ Object



29482
29483
29484
# File 'lib/palo_alto/config.rb', line 29482

def ocsp_responder=(val)
prop_set('ocsp-responder', val)
end

#scepObject



29491
29492
29493
# File 'lib/palo_alto/config.rb', line 29491

def scep
prop_get('scep')
end

#scep=(val) ⇒ Object



29494
29495
29496
# File 'lib/palo_alto/config.rb', line 29494

def scep=(val)
prop_set('scep', val)
end

#ssh_service_profileObject



29503
29504
29505
# File 'lib/palo_alto/config.rb', line 29503

def ssh_service_profile
prop_get('ssh-service-profile')
end

#ssh_service_profile=(val) ⇒ Object



29506
29507
29508
# File 'lib/palo_alto/config.rb', line 29506

def ssh_service_profile=(val)
prop_set('ssh-service-profile', val)
end

#ssl_decryption_exclusionObject



29497
29498
29499
# File 'lib/palo_alto/config.rb', line 29497

def ssl_decryption_exclusion
prop_get('ssl-decryption-exclusion')
end

#ssl_decryption_exclusion=(val) ⇒ Object



29500
29501
29502
# File 'lib/palo_alto/config.rb', line 29500

def ssl_decryption_exclusion=(val)
prop_set('ssl-decryption-exclusion', val)
end

#ssl_tls_service_profileObject



29485
29486
29487
# File 'lib/palo_alto/config.rb', line 29485

def ssl_tls_service_profile
prop_get('ssl-tls-service-profile')
end

#ssl_tls_service_profile=(val) ⇒ Object



29488
29489
29490
# File 'lib/palo_alto/config.rb', line 29488

def ssl_tls_service_profile=(val)
prop_set('ssl-tls-service-profile', val)
end