class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::SslTlsServiceProfile::Entry::ProtocolSettings
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 226316 def _section :'protocol-settings' end
auth_algo_sha1()
click to toggle source
Allow authentication SHA1
# File lib/palo_alto/config.rb, line 226497 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 226501 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 226505 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 226509 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 226513 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 226517 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 226449 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 226453 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 226465 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 226469 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 226481 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 226485 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 226473 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 226477 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 226489 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 226493 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 226457 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 226461 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 226313 def has_multiple_values? false end
keyxchg_algo_dhe()
click to toggle source
Allow algorithm DHE
# File lib/palo_alto/config.rb, line 226433 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 226437 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 226441 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 226445 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 226425 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 226429 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 226418 def max_version prop_get('max-version') end
max_version=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 226421 def max_version=(val) prop_set('max-version', val) end
min_version()
click to toggle source
# File lib/palo_alto/config.rb, line 226412 def min_version prop_get('min-version') end
min_version=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 226415 def min_version=(val) prop_set('min-version', val) end