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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 102118
def _section
        :'ssl-inbound-proxy'
end
block_if_hsm_unavailable() click to toggle source

whether to block sessions if HSM is unavailable

# File lib/palo_alto/config.rb, line 102187
def block_if_hsm_unavailable
        prop_get('block-if-hsm-unavailable')
end
block_if_hsm_unavailable=(val) click to toggle source

whether to block sessions if HSM is unavailable

# File lib/palo_alto/config.rb, line 102191
def block_if_hsm_unavailable=(val)
        prop_set('block-if-hsm-unavailable', val)
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 102171
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 102175
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 102179
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 102183
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 102163
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 102167
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 102155
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 102159
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 102115
def has_multiple_values?
        false
end