class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::SslDecrypt
Public Instance Methods
# File lib/palo_alto/config.rb, line 267493 def _section :'ssl-decrypt' end
set user reply timeout value in seconds
# File lib/palo_alto/config.rb, line 267641 def answer_timeout prop_get('answer-timeout') end
set user reply timeout value in seconds
# File lib/palo_alto/config.rb, line 267645 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 267681 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 267685 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 267649 def crl prop_get('crl') end
set whether to use CRL to check certificate status
# File lib/palo_alto/config.rb, line 267653 def crl=(val) prop_set('crl', val) end
set CRL receive timeout value in seconds
# File lib/palo_alto/config.rb, line 267665 def crl_receive_timeout prop_get('crl-receive-timeout') end
set CRL receive timeout value in seconds
# File lib/palo_alto/config.rb, line 267669 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 267721 def default_elliptic_curve prop_get('default-elliptic-curve') end
default ECC curve for key exchange
# File lib/palo_alto/config.rb, line 267725 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 267729 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 267733 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 267713 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 267717 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 267705 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 267709 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 267490 def has_multiple_values? false end
set if user notification should be enabled
# File lib/palo_alto/config.rb, line 267633 def notify_user prop_get('notify-user') end
set if user notification should be enabled
# File lib/palo_alto/config.rb, line 267637 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 267657 def ocsp prop_get('ocsp') end
set whether to use OCSP to check certificate status
# File lib/palo_alto/config.rb, line 267661 def ocsp=(val) prop_set('ocsp', val) end
set OCSP receive timeout value in seconds
# File lib/palo_alto/config.rb, line 267673 def ocsp_receive_timeout prop_get('ocsp-receive-timeout') end
set OCSP receive timeout value in seconds
# File lib/palo_alto/config.rb, line 267677 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 267689 def session_cache_timeout prop_get('session-cache-timeout') end
set session cache timeout value in seconds
# File lib/palo_alto/config.rb, line 267693 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 267697 def tcp_use_ts prop_get('tcp-use-ts') end
set whether to use TCP timestamps
# File lib/palo_alto/config.rb, line 267701 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 267625 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 267629 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 267617 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 267621 def url_wait=(val) prop_set('url-wait', val) end