class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Decryption::Entry::SshProxy

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 102488
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 102542
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 102546
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 102534
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 102538
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 102526
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 102530
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 102518
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 102522
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 102485
def has_multiple_values?
        false
end