class PaloAlto::XML::Config::Shared::Profiles::Decryption::Entry::SshProxy
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 29770 def _section :'ssh-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 29824 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 29828 def block_if_no_resource=(val) prop_set('block-if-no-resource', val) end
block_ssh_errors()
click to toggle source
whether to block sessions if ssh errors are encountered
# File lib/palo_alto/config.rb, line 29816 def block_ssh_errors prop_get('block-ssh-errors') end
block_ssh_errors=(val)
click to toggle source
whether to block sessions if ssh errors are encountered
# File lib/palo_alto/config.rb, line 29820 def block_ssh_errors=(val) prop_set('block-ssh-errors', val) end
block_unsupported_alg()
click to toggle source
whether to block sessions if ssh algorithm is not supported
# File lib/palo_alto/config.rb, line 29808 def block_unsupported_alg prop_get('block-unsupported-alg') end
block_unsupported_alg=(val)
click to toggle source
whether to block sessions if ssh algorithm is not supported
# File lib/palo_alto/config.rb, line 29812 def block_unsupported_alg=(val) prop_set('block-unsupported-alg', val) end
block_unsupported_version()
click to toggle source
whether to block sessions if ssh version is not supported
# File lib/palo_alto/config.rb, line 29800 def block_unsupported_version prop_get('block-unsupported-version') end
block_unsupported_version=(val)
click to toggle source
whether to block sessions if ssh version is not supported
# File lib/palo_alto/config.rb, line 29804 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 29767 def has_multiple_values? false end