fog/fog-azure-rm

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Fog
  module ARM
    module Network
      module Models
        module SecurityRuleProtocol
          Tcp = 'Tcp'.freeze
          Udp = 'Udp'.freeze
          Asterisk = '*'.freeze
        end
      end
    end
  end
end