Sha256: 82a82e1d3cbb9a7388a51a2f0f295f271b6e0d9632ae8091031bc9800f77e24f

Contents?: true

Size: 358 Bytes

Versions: 1

Compression:

Stored size: 358 Bytes

Contents

module Fog
  module ARM
    module Compute
      module Models
        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
end

Version data entries

1 entries across 1 versions & 1 rubygems

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