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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 324628
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 324710
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 324714
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 324742
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 324746
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 324774
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 324778
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 324766
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 324770
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 324782
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 324786
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 324750
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 324754
def crl__6=(val)
        prop_set('crl__6', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 324625
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 324734
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 324738
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 324758
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 324762
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 324726
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 324730
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 324718
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 324722
def url_wait__2=(val)
        prop_set('url-wait__2', val)
end