Sha256: 5b8d9de186edf4c840886115a2958c431d62e91ce58a37a2d22ae32e28577f14

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

module Fog
  module Storage
    class AzureRM
      module SkuName
        StandardLRS = 'Standard_LRS'.freeze
        StandardGRS = 'Standard_GRS'.freeze
        StandardRAGRS = 'Standard_RAGRS'.freeze
        StandardZRS = 'Standard_ZRS'.freeze
        PremiumLRS = 'Premium_LRS'.freeze
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-azure-rm-0.2.3 lib/fog/azurerm/models/storage/sku_name.rb