Sha256: a6ab68fad94458e36aefb79362290a9fdfdee58878ee9d578481cd7df60ef18b
Contents?: true
Size: 329 Bytes
Versions: 37
Compression:
Stored size: 329 Bytes
Contents
module Fog module AWS class Compute class Flavor < Fog::Model identity :id attribute :bits attribute :cores attribute :disk attribute :name attribute :ram attribute :ebs_optimized_available attribute :instance_store_volumes end end end end
Version data entries
37 entries across 37 versions & 1 rubygems