class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::SslTlsServiceProfile::Entry::ProtocolSettings
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 332919 def _section :'protocol-settings' end
auth_algo_sha1()
click to toggle source
Allow authentication SHA1
# File lib/palo_alto/config.rb, line 333100 def auth_algo_sha1 prop_get('auth-algo-sha1') end
auth_algo_sha1=(val)
click to toggle source
Allow authentication SHA1
# File lib/palo_alto/config.rb, line 333104 def auth_algo_sha1=(val) prop_set('auth-algo-sha1', val) end
auth_algo_sha256()
click to toggle source
Allow authentication SHA256
# File lib/palo_alto/config.rb, line 333108 def auth_algo_sha256 prop_get('auth-algo-sha256') end
auth_algo_sha256=(val)
click to toggle source
Allow authentication SHA256
# File lib/palo_alto/config.rb, line 333112 def auth_algo_sha256=(val) prop_set('auth-algo-sha256', val) end
auth_algo_sha384()
click to toggle source
Allow authentication SHA384
# File lib/palo_alto/config.rb, line 333116 def auth_algo_sha384 prop_get('auth-algo-sha384') end
auth_algo_sha384=(val)
click to toggle source
Allow authentication SHA384
# File lib/palo_alto/config.rb, line 333120 def auth_algo_sha384=(val) prop_set('auth-algo-sha384', val) end
enc_algo_3des__6()
click to toggle source
Allow algorithm 3DES
# File lib/palo_alto/config.rb, line 333052 def enc_algo_3des__6 prop_get('enc-algo-3des__6') end
enc_algo_3des__6=(val)
click to toggle source
Allow algorithm 3DES
# File lib/palo_alto/config.rb, line 333056 def enc_algo_3des__6=(val) prop_set('enc-algo-3des__6', val) end
enc_algo_aes_128_cbc()
click to toggle source
Allow algorithm AES-128-CBC
# File lib/palo_alto/config.rb, line 333068 def enc_algo_aes_128_cbc prop_get('enc-algo-aes-128-cbc') end
enc_algo_aes_128_cbc=(val)
click to toggle source
Allow algorithm AES-128-CBC
# File lib/palo_alto/config.rb, line 333072 def enc_algo_aes_128_cbc=(val) prop_set('enc-algo-aes-128-cbc', val) end
enc_algo_aes_128_gcm()
click to toggle source
Allow algorithm AES-128-GCM
# File lib/palo_alto/config.rb, line 333084 def enc_algo_aes_128_gcm prop_get('enc-algo-aes-128-gcm') end
enc_algo_aes_128_gcm=(val)
click to toggle source
Allow algorithm AES-128-GCM
# File lib/palo_alto/config.rb, line 333088 def enc_algo_aes_128_gcm=(val) prop_set('enc-algo-aes-128-gcm', val) end
enc_algo_aes_256_cbc()
click to toggle source
Allow algorithm AES-256-CBC
# File lib/palo_alto/config.rb, line 333076 def enc_algo_aes_256_cbc prop_get('enc-algo-aes-256-cbc') end
enc_algo_aes_256_cbc=(val)
click to toggle source
Allow algorithm AES-256-CBC
# File lib/palo_alto/config.rb, line 333080 def enc_algo_aes_256_cbc=(val) prop_set('enc-algo-aes-256-cbc', val) end
enc_algo_aes_256_gcm()
click to toggle source
Allow algorithm AES-256-GCM
# File lib/palo_alto/config.rb, line 333092 def enc_algo_aes_256_gcm prop_get('enc-algo-aes-256-gcm') end
enc_algo_aes_256_gcm=(val)
click to toggle source
Allow algorithm AES-256-GCM
# File lib/palo_alto/config.rb, line 333096 def enc_algo_aes_256_gcm=(val) prop_set('enc-algo-aes-256-gcm', val) end
enc_algo_rc4__7()
click to toggle source
Allow algorithm RC4
# File lib/palo_alto/config.rb, line 333060 def enc_algo_rc4__7 prop_get('enc-algo-rc4__7') end
enc_algo_rc4__7=(val)
click to toggle source
Allow algorithm RC4
# File lib/palo_alto/config.rb, line 333064 def enc_algo_rc4__7=(val) prop_set('enc-algo-rc4__7', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 332916 def has_multiple_values? false end
keyxchg_algo_dhe()
click to toggle source
Allow algorithm DHE
# File lib/palo_alto/config.rb, line 333036 def keyxchg_algo_dhe prop_get('keyxchg-algo-dhe') end
keyxchg_algo_dhe=(val)
click to toggle source
Allow algorithm DHE
# File lib/palo_alto/config.rb, line 333040 def keyxchg_algo_dhe=(val) prop_set('keyxchg-algo-dhe', val) end
keyxchg_algo_ecdhe()
click to toggle source
Allow algorithm ECDHE
# File lib/palo_alto/config.rb, line 333044 def keyxchg_algo_ecdhe prop_get('keyxchg-algo-ecdhe') end
keyxchg_algo_ecdhe=(val)
click to toggle source
Allow algorithm ECDHE
# File lib/palo_alto/config.rb, line 333048 def keyxchg_algo_ecdhe=(val) prop_set('keyxchg-algo-ecdhe', val) end
keyxchg_algo_rsa()
click to toggle source
Allow algorithm RSA
# File lib/palo_alto/config.rb, line 333028 def keyxchg_algo_rsa prop_get('keyxchg-algo-rsa') end
keyxchg_algo_rsa=(val)
click to toggle source
Allow algorithm RSA
# File lib/palo_alto/config.rb, line 333032 def keyxchg_algo_rsa=(val) prop_set('keyxchg-algo-rsa', val) end
max_version()
click to toggle source
# File lib/palo_alto/config.rb, line 333021 def max_version prop_get('max-version') end
max_version=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 333024 def max_version=(val) prop_set('max-version', val) end
min_version()
click to toggle source
# File lib/palo_alto/config.rb, line 333015 def min_version prop_get('min-version') end
min_version=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 333018 def min_version=(val) prop_set('min-version', val) end