module Fog module Network class AzureRM module SecurityRuleProtocol Tcp = 'Tcp'.freeze Udp = 'Udp'.freeze Asterisk = '*'.freeze end end end end