class PaloAlto::XML::Config::Shared::Profiles::Decryption::Entry::SslInboundProxy
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 29400 def _section :'ssl-inbound-proxy' end
block_if_no_resource()
click to toggle source
whether to block sessions if device has no enough resources
# File lib/palo_alto/config.rb, line 29453 def block_if_no_resource prop_get('block-if-no-resource') end
block_if_no_resource=(val)
click to toggle source
whether to block sessions if device has no enough resources
# File lib/palo_alto/config.rb, line 29457 def block_if_no_resource=(val) prop_set('block-if-no-resource', val) end
block_tls13_downgrade_no_resource()
click to toggle source
whether to downgrade from tls1.3 if device has not enough resources
# File lib/palo_alto/config.rb, line 29461 def block_tls13_downgrade_no_resource prop_get('block-tls13-downgrade-no-resource') end
block_tls13_downgrade_no_resource=(val)
click to toggle source
whether to downgrade from tls1.3 if device has not enough resources
# File lib/palo_alto/config.rb, line 29465 def block_tls13_downgrade_no_resource=(val) prop_set('block-tls13-downgrade-no-resource', val) end
block_unsupported_cipher()
click to toggle source
whether to block sessions if ssl cipher suite is not supported
# File lib/palo_alto/config.rb, line 29445 def block_unsupported_cipher prop_get('block-unsupported-cipher') end
block_unsupported_cipher=(val)
click to toggle source
whether to block sessions if ssl cipher suite is not supported
# File lib/palo_alto/config.rb, line 29449 def block_unsupported_cipher=(val) prop_set('block-unsupported-cipher', val) end
block_unsupported_version()
click to toggle source
whether to block sessions if ssl version is not supported
# File lib/palo_alto/config.rb, line 29437 def block_unsupported_version prop_get('block-unsupported-version') end
block_unsupported_version=(val)
click to toggle source
whether to block sessions if ssl version is not supported
# File lib/palo_alto/config.rb, line 29441 def block_unsupported_version=(val) prop_set('block-unsupported-version', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 29397 def has_multiple_values? false end