module Fog module Network class AzureRM module SecurityRuleDirection Inbound = 'Inbound'.freeze Outbound = 'Outbound'.freeze end end end end