fog/fog-azure-rm

View on GitHub
lib/fog/azurerm/models/network/security_rule_access.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Fog
  module ARM
    module Network
      module Models
        module SecurityRuleAccess
          Allow = 'Allow'.freeze
          Deny = 'Deny'.freeze
        end
      end
    end
  end
end