Sha256: ce71cd843df60a0ce446b389f5bdabd2ec2a64f9ff04a3a735d14990b07f2b0e
Contents?: true
Size: 425 Bytes
Versions: 33
Compression:
Stored size: 425 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::V2017_11_01 module Models # # Defines values for IkeEncryption # module IkeEncryption DES = "DES" DES3 = "DES3" AES128 = "AES128" AES192 = "AES192" AES256 = "AES256" end end end
Version data entries
33 entries across 33 versions & 2 rubygems