Sha256: 644a978cb3fd3879bb88dd9ac6def2d7cd9934c09b51df8f6a4d433b6857360e
Contents?: true
Size: 485 Bytes
Versions: 32
Compression:
Stored size: 485 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_06_01 module Models # # Defines values for IkeEncryption # module IkeEncryption DES = "DES" DES3 = "DES3" AES128 = "AES128" AES192 = "AES192" AES256 = "AES256" GCMAES256 = "GCMAES256" GCMAES128 = "GCMAES128" end end end
Version data entries
32 entries across 32 versions & 2 rubygems