Sha256: 8eea78a8638123fc705cb9fb97b0c77c61201d6f60be0c3d89eb99e21898075c
Contents?: true
Size: 539 Bytes
Versions: 23
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_12_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
23 entries across 23 versions & 2 rubygems