getEncryptionOptions


SoftLayer_Network_Tunnel_Module_Context::getEncryptionOptions

Returns the encryption options.

Description

Encryption options available for both phases of the negotiation process.

The valid encryption options are as follows:

  • DES
  • 3DES
  • AES128
  • AES192
  • AES256

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • string[]
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Tunnel_Module_Context/getEncryptionOptions'