class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::SslDecrypt

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 267493
def _section
        :'ssl-decrypt'
end
answer_timeout() click to toggle source

set user reply timeout value in seconds

# File lib/palo_alto/config.rb, line 267641
def answer_timeout
        prop_get('answer-timeout')
end
answer_timeout=(val) click to toggle source

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
cert_status_timeout() click to toggle source

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
cert_status_timeout=(val) click to toggle source

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
crl() click to toggle source

set whether to use CRL to check certificate status

# File lib/palo_alto/config.rb, line 267649
def crl
        prop_get('crl')
end
crl=(val) click to toggle source

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
crl_receive_timeout() click to toggle source

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
crl_receive_timeout=(val) click to toggle source

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_elliptic_curve() click to toggle source

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_elliptic_curve=(val) click to toggle source

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
fptcp_rwin_max() click to toggle source

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
fptcp_rwin_max=(val) click to toggle source

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
fwd_proxy_server_cert_key_size_ecdsa() click to toggle source

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
fwd_proxy_server_cert_key_size_ecdsa=(val) click to toggle source

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
fwd_proxy_server_cert_key_size_rsa() click to toggle source

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
fwd_proxy_server_cert_key_size_rsa=(val) click to toggle source

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
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 267490
def has_multiple_values?
        false
end
notify_user() click to toggle source

set if user notification should be enabled

# File lib/palo_alto/config.rb, line 267633
def notify_user
        prop_get('notify-user')
end
notify_user=(val) click to toggle source

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
ocsp() click to toggle source

set whether to use OCSP to check certificate status

# File lib/palo_alto/config.rb, line 267657
def ocsp
        prop_get('ocsp')
end
ocsp=(val) click to toggle source

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
ocsp_receive_timeout() click to toggle source

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
ocsp_receive_timeout=(val) click to toggle source

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
session_cache_timeout() click to toggle source

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
session_cache_timeout=(val) click to toggle source

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
tcp_use_ts() click to toggle source

set whether to use TCP timestamps

# File lib/palo_alto/config.rb, line 267697
def tcp_use_ts
        prop_get('tcp-use-ts')
end
tcp_use_ts=(val) click to toggle source

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
url_proxy() click to toggle source

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
url_proxy=(val) click to toggle source

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
url_wait() click to toggle source

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
url_wait=(val) click to toggle source

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