Sha256: e0b55ae85457704642b6f22db9e350723c557483a0c5c2ce0191e58f4e032708
Contents?: true
Size: 715 Bytes
Versions: 32
Compression:
Stored size: 715 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_04_01 module Models # # Defines values for VirtualNetworkGatewaySkuTier # module VirtualNetworkGatewaySkuTier Basic = "Basic" HighPerformance = "HighPerformance" Standard = "Standard" UltraPerformance = "UltraPerformance" VpnGw1 = "VpnGw1" VpnGw2 = "VpnGw2" VpnGw3 = "VpnGw3" VpnGw1AZ = "VpnGw1AZ" VpnGw2AZ = "VpnGw2AZ" VpnGw3AZ = "VpnGw3AZ" ErGw1AZ = "ErGw1AZ" ErGw2AZ = "ErGw2AZ" ErGw3AZ = "ErGw3AZ" end end end
Version data entries
32 entries across 32 versions & 2 rubygems