Sha256: 4c71017b42b8210ad93724f32f12fb422c7208ceb281026879e94922591fc330
Contents?: true
Size: 747 Bytes
Versions: 7
Compression:
Stored size: 747 Bytes
Contents
module Fog module Compute class StormOnDemand class Config < Fog::Model identity :id attribute :active attribute :available attribute :category attribute :cpu_cores attribute :cpu_count attribute :cpu_hyperthreading attribute :cpu_model attribute :cpu_speed attribute :description attribute :disk attribute :disk_count attribute :disk_total attribute :disk_type attribute :featured attribute :memory attribute :raid_level attribute :ram_available attribute :ram_total attribute :price attribute :vcpu attribute :zone_availability end end end end
Version data entries
7 entries across 5 versions & 3 rubygems