class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::SecureConnClient
Public Instance Methods
# File lib/palo_alto/config.rb, line 269132 def _section :'secure-conn-client' end
# File lib/palo_alto/config.rb, line 269238 def certificate_type @subclasses['certificate-type'] ||= CertificateType.new(parent_instance: self, create_children: @create_children) end
Check server certificate Subject common name(IP/FQDN) with the configured panorama servers. Default setting: 'no'
# File lib/palo_alto/config.rb, line 269284 def check_server_identity prop_get('check-server-identity') end
Check server certificate Subject common name(IP/FQDN) with the configured panorama servers. Default setting: 'no'
# File lib/palo_alto/config.rb, line 269288 def check_server_identity=(val) prop_set('check-server-identity', val) end
Use the secure-client certificate settings for log collector connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 269316 def enable_secure_lc_communication prop_get('enable-secure-lc-communication') end
Use the secure-client certificate settings for log collector connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 269320 def enable_secure_lc_communication=(val) prop_set('enable-secure-lc-communication', val) end
Use the secure-client certificate settings for pandb connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 269300 def enable_secure_pandb_communication prop_get('enable-secure-pandb-communication') end
Use the secure-client certificate settings for pandb connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 269304 def enable_secure_pandb_communication=(val) prop_set('enable-secure-pandb-communication', val) end
Use the secure-client certificate settings for panorama connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 269308 def enable_secure_panorama_communication prop_get('enable-secure-panorama-communication') end
Use the secure-client certificate settings for panorama connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 269312 def enable_secure_panorama_communication=(val) prop_set('enable-secure-panorama-communication', val) end
Use the secure-client certificate settings for User Identification connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 269324 def enable_secure_user_id_communication prop_get('enable-secure-user-id-communication') end
Use the secure-client certificate settings for User Identification connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 269328 def enable_secure_user_id_communication=(val) prop_set('enable-secure-user-id-communication', val) end
Use the secure-client certificate settings for Wildfire
connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 269292 def enable_secure_wildfire_communication prop_get('enable-secure-wildfire-communication') end
Use the secure-client certificate settings for Wildfire
connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 269296 def enable_secure_wildfire_communication=(val) prop_set('enable-secure-wildfire-communication', val) end
# File lib/palo_alto/config.rb, line 269129 def has_multiple_values? false end