class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Management::SecureConnClient
Public Instance Methods
# File lib/palo_alto/config.rb, line 86157 def _section :'secure-conn-client' end
# File lib/palo_alto/config.rb, line 86263 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 servers. Default setting: 'no'
# File lib/palo_alto/config.rb, line 86334 def check_server_identity prop_get('check-server-identity') end
Check server certificate Subject common name(IP/FQDN) with the configured servers. Default setting: 'no'
# File lib/palo_alto/config.rb, line 86338 def check_server_identity=(val) prop_set('check-server-identity', val) end
Use the secure-client certificate settings for HA connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 86302 def enable_secure_ha_communication prop_get('enable-secure-ha-communication') end
Use the secure-client certificate settings for HA connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 86306 def enable_secure_ha_communication=(val) prop_set('enable-secure-ha-communication', val) end
Use the secure-client certificate settings for Inter LC connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 86318 def enable_secure_inter_lc_communication prop_get('enable-secure-inter-lc-communication') end
Use the secure-client certificate settings for Inter LC connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 86322 def enable_secure_inter_lc_communication=(val) prop_set('enable-secure-inter-lc-communication', val) end
Use the secure-client certificate settings for User Identification connections. Default setting : 'no'
# File lib/palo_alto/config.rb, line 86326 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 86330 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 86310 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 86314 def enable_secure_wildfire_communication=(val) prop_set('enable-secure-wildfire-communication', val) end
# File lib/palo_alto/config.rb, line 86154 def has_multiple_values? false end