class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::SslDecrypt
Public Instance Methods
# File lib/palo_alto/config.rb, line 160982 def _section :'ssl-decrypt' end
set user reply timeout value in seconds
# File lib/palo_alto/config.rb, line 161130 def answer_timeout prop_get('answer-timeout') end
set user reply timeout value in seconds
# File lib/palo_alto/config.rb, line 161134 def answer_timeout=(val) prop_set('answer-timeout', val) end
set cert status query timeout value in seconds
# File lib/palo_alto/config.rb, line 161170 def cert_status_timeout prop_get('cert-status-timeout') end
set cert status query timeout value in seconds
# File lib/palo_alto/config.rb, line 161174 def cert_status_timeout=(val) prop_set('cert-status-timeout', val) end
set whether to use CRL to check certificate status
# File lib/palo_alto/config.rb, line 161138 def crl prop_get('crl') end
set whether to use CRL to check certificate status
# File lib/palo_alto/config.rb, line 161142 def crl=(val) prop_set('crl', val) end
set CRL receive timeout value in seconds
# File lib/palo_alto/config.rb, line 161154 def crl_receive_timeout prop_get('crl-receive-timeout') end
set CRL receive timeout value in seconds
# File lib/palo_alto/config.rb, line 161158 def crl_receive_timeout=(val) prop_set('crl-receive-timeout', val) end
default ECC curve for key exchange
# File lib/palo_alto/config.rb, line 161210 def default_elliptic_curve prop_get('default-elliptic-curve') end
default ECC curve for key exchange
# File lib/palo_alto/config.rb, line 161214 def default_elliptic_curve=(val) prop_set('default-elliptic-curve', val) end
Maximum TCP receive window for proxy TCP sessions in bytes
# File lib/palo_alto/config.rb, line 161218 def fptcp_rwin_max prop_get('fptcp-rwin-max') end
Maximum TCP receive window for proxy TCP sessions in bytes
# File lib/palo_alto/config.rb, line 161222 def fptcp_rwin_max=(val) prop_set('fptcp-rwin-max', val) end
select the ecdsa public key size for forward proxy
# File lib/palo_alto/config.rb, line 161202 def fwd_proxy_server_cert_key_size_ecdsa prop_get('fwd-proxy-server-cert-key-size-ecdsa') end
select the ecdsa public key size for forward proxy
# File lib/palo_alto/config.rb, line 161206 def fwd_proxy_server_cert_key_size_ecdsa=(val) prop_set('fwd-proxy-server-cert-key-size-ecdsa', val) end
select the rsa public key size for forward proxy
# File lib/palo_alto/config.rb, line 161194 def fwd_proxy_server_cert_key_size_rsa prop_get('fwd-proxy-server-cert-key-size-rsa') end
select the rsa public key size for forward proxy
# File lib/palo_alto/config.rb, line 161198 def fwd_proxy_server_cert_key_size_rsa=(val) prop_set('fwd-proxy-server-cert-key-size-rsa', val) end
# File lib/palo_alto/config.rb, line 160979 def has_multiple_values? false end
set if user notification should be enabled
# File lib/palo_alto/config.rb, line 161122 def notify_user prop_get('notify-user') end
set if user notification should be enabled
# File lib/palo_alto/config.rb, line 161126 def notify_user=(val) prop_set('notify-user', val) end
set whether to use OCSP to check certificate status
# File lib/palo_alto/config.rb, line 161146 def ocsp prop_get('ocsp') end
set whether to use OCSP to check certificate status
# File lib/palo_alto/config.rb, line 161150 def ocsp=(val) prop_set('ocsp', val) end
set OCSP receive timeout value in seconds
# File lib/palo_alto/config.rb, line 161162 def ocsp_receive_timeout prop_get('ocsp-receive-timeout') end
set OCSP receive timeout value in seconds
# File lib/palo_alto/config.rb, line 161166 def ocsp_receive_timeout=(val) prop_set('ocsp-receive-timeout', val) end
set session cache timeout value in seconds
# File lib/palo_alto/config.rb, line 161178 def session_cache_timeout prop_get('session-cache-timeout') end
set session cache timeout value in seconds
# File lib/palo_alto/config.rb, line 161182 def session_cache_timeout=(val) prop_set('session-cache-timeout', val) end
set whether to use TCP timestamps
# File lib/palo_alto/config.rb, line 161186 def tcp_use_ts prop_get('tcp-use-ts') end
set whether to use TCP timestamps
# File lib/palo_alto/config.rb, line 161190 def tcp_use_ts=(val) prop_set('tcp-use-ts', val) end
set if proxy for ssl sessions if ip's url category is blocked
# File lib/palo_alto/config.rb, line 161114 def url_proxy prop_get('url-proxy') end
set if proxy for ssl sessions if ip's url category is blocked
# File lib/palo_alto/config.rb, line 161118 def url_proxy=(val) prop_set('url-proxy', val) end
set if wait for url category if not in cache
# File lib/palo_alto/config.rb, line 161106 def url_wait prop_get('url-wait') end
set if wait for url category if not in cache
# File lib/palo_alto/config.rb, line 161110 def url_wait=(val) prop_set('url-wait', val) end