Sha256: 0eb6c3ddfd8d9b17abc4bf69a73f9bb07b64cad75495f5ff937c8e91aa296f17
Contents?: true
Size: 908 Bytes
Versions: 110
Compression:
Stored size: 908 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
110 entries across 110 versions & 18 rubygems