module Fog module ARM module Compute module Models module SecurityRuleDirection Inbound = 'Inbound'.freeze Outbound = 'Outbound'.freeze end end end end end