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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 160982
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 161130
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 161134
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 161170
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 161174
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 161138
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 161142
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 161154
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 161158
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 161210
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 161214
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 161218
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 161222
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 161202
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 161206
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 161194
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 161198
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 160979
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 161122
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 161126
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 161146
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 161150
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 161162
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 161166
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 161178
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 161182
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 161186
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 161190
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 161114
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 161118
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 161106
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 161110
def url_wait=(val)
        prop_set('url-wait', val)
end