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

Public Instance Methods

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

Allow forwarding of decrypted content

# File lib/palo_alto/config.rb, line 218110
def allow_forward_decrypted_content
        prop_get('allow-forward-decrypted-content')
end
allow_forward_decrypted_content=(val) click to toggle source

Allow forwarding of decrypted content

# File lib/palo_alto/config.rb, line 218114
def allow_forward_decrypted_content=(val)
        prop_set('allow-forward-decrypted-content', val)
end
answer_timeout__5() click to toggle source

set user reply timeout value in seconds

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

set user reply timeout value in seconds

# File lib/palo_alto/config.rb, line 218146
def answer_timeout__5=(val)
        prop_set('answer-timeout__5', val)
end
block_timeout_cert__9() click to toggle source

whether to block a session if cert. status can't be retrieved within timeout

# File lib/palo_alto/config.rb, line 218174
def block_timeout_cert__9
        prop_get('block-timeout-cert__9')
end
block_timeout_cert__9=(val) click to toggle source

whether to block a session if cert. status can't be retrieved within timeout

# File lib/palo_alto/config.rb, line 218178
def block_timeout_cert__9=(val)
        prop_set('block-timeout-cert__9', val)
end
block_unknown_cert__8() click to toggle source

whether to block a session if cert. status is unknown

# File lib/palo_alto/config.rb, line 218166
def block_unknown_cert__8
        prop_get('block-unknown-cert__8')
end
block_unknown_cert__8=(val) click to toggle source

whether to block a session if cert. status is unknown

# File lib/palo_alto/config.rb, line 218170
def block_unknown_cert__8=(val)
        prop_set('block-unknown-cert__8', val)
end
cert_status_timeout__10() click to toggle source

set cert status query timeout value in seconds

# File lib/palo_alto/config.rb, line 218182
def cert_status_timeout__10
        prop_get('cert-status-timeout__10')
end
cert_status_timeout__10=(val) click to toggle source

set cert status query timeout value in seconds

# File lib/palo_alto/config.rb, line 218186
def cert_status_timeout__10=(val)
        prop_set('cert-status-timeout__10', val)
end
crl__6() click to toggle source

set whether to use CRL to check certificate status

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

set whether to use CRL to check certificate status

# File lib/palo_alto/config.rb, line 218154
def crl__6=(val)
        prop_set('crl__6', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 218025
def has_multiple_values?
        false
end
notify_user__4() click to toggle source

set if user notification should be enabled

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

set if user notification should be enabled

# File lib/palo_alto/config.rb, line 218138
def notify_user__4=(val)
        prop_set('notify-user__4', val)
end
ocsp__7() click to toggle source

set whether to use OCSP to check certificate status

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

set whether to use OCSP to check certificate status

# File lib/palo_alto/config.rb, line 218162
def ocsp__7=(val)
        prop_set('ocsp__7', val)
end
url_proxy__3() click to toggle source

set if proxy for ssl sessions if ip's url category is blocked

# File lib/palo_alto/config.rb, line 218126
def url_proxy__3
        prop_get('url-proxy__3')
end
url_proxy__3=(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 218130
def url_proxy__3=(val)
        prop_set('url-proxy__3', val)
end
url_wait__2() click to toggle source

set if wait for url category if not in cache

# File lib/palo_alto/config.rb, line 218118
def url_wait__2
        prop_get('url-wait__2')
end
url_wait__2=(val) click to toggle source

set if wait for url category if not in cache

# File lib/palo_alto/config.rb, line 218122
def url_wait__2=(val)
        prop_set('url-wait__2', val)
end