Sha256: 37b42124993ca9d2ccab2e0723f50fc822e5741c31afc5e85e6eabf6ea406148
Contents?: true
Size: 904 Bytes
Versions: 30
Compression:
Stored size: 904 Bytes
Contents
require 'fog/core/model' module Fog module Compute class Ninefold class Image < Fog::Model identity :id attribute :account attribute :accountid attribute :bootable attribute :created, :type => :time attribute :crossZones attribute :displaytext attribute :domain attribute :domainid attribute :format attribute :hypervisor attribute :isextractable attribute :isfeatured attribute :ispublic attribute :isready attribute :jobid attribute :jobstatus attribute :name attribute :ostypeid attribute :ostypename attribute :passwordenabled attribute :removed attribute :size attribute :status attribute :templatetype attribute :zoneid attribute :zonename end end end end
Version data entries
30 entries across 30 versions & 4 rubygems