fog/fog-azure-rm

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Fog
  module ARM
    module Network
      module Models
        module IPAllocationMethod
          Static = 'Static'.freeze
          Dynamic = 'Dynamic'.freeze
        end
      end
    end
  end
end