Sha256: f666947fb27ea7a0d6b57b3dce7ee88625ff1518717fcafe2c09e23a40570bab
Contents?: true
Size: 539 Bytes
Versions: 24
Compression:
Stored size: 539 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Network::Mgmt::V2018_11_01 module Models # # Defines values for IpsecEncryption # module IpsecEncryption None = "None" DES = "DES" DES3 = "DES3" AES128 = "AES128" AES192 = "AES192" AES256 = "AES256" GCMAES128 = "GCMAES128" GCMAES192 = "GCMAES192" GCMAES256 = "GCMAES256" end end end
Version data entries
24 entries across 24 versions & 2 rubygems