class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::SecureConnClient
Public Instance Methods
# File lib/palo_alto/config.rb, line 162621 def _section :'secure-conn-client' end
# File lib/palo_alto/config.rb, line 162727 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 162773 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 162777 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 162805 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 162809 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 162789 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 162793 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 162797 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 162801 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 162813 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 162817 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 162781 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 162785 def enable_secure_wildfire_communication=(val) prop_set('enable-secure-wildfire-communication', val) end
# File lib/palo_alto/config.rb, line 162618 def has_multiple_values? false end