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