Sha256: 5f2388242d919eb025004fc7f370ced7f9ebf673b6cc3130f537ffe1287a1c60
Contents?: true
Size: 477 Bytes
Versions: 31
Compression:
Stored size: 477 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_07_01 module Models # # Defines values for VirtualNetworkGatewayConnectionType # module VirtualNetworkGatewayConnectionType IPsec = "IPsec" Vnet2Vnet = "Vnet2Vnet" ExpressRoute = "ExpressRoute" VPNClient = "VPNClient" end end end
Version data entries
31 entries across 31 versions & 2 rubygems