Sha256: 8f53f112d982ad15e543072fbc51e447d5b4469b2a1f341edf34cf77237872d4

Contents?: true

Size: 763 Bytes

Versions: 4

Compression:

Stored size: 763 Bytes

Contents

require 'fog/compute/gridscale/models/snapshot'

module Fog
  module Compute
    class Gridscale
      class DeletedSnapshot < Fog::Model
        identity :object_uuid

        attribute :capacity
        attribute :change_time
        attribute :create_time
        attribute :current_price
        attribute :labels
        attribute :last_used_template
        attribute :location_country
        attribute :location_iata
        attribute :location_name
        attribute :location_uuid
        attribute :object_uuid
        attribute :parent_name
        attribute :parent_uuid
        attribute :storage_uuid
        attribute :reverse_dns
        attribute :status
        attribute :usage_in_minutes
        attribute :name


      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fog-gridscale-0.1.5 lib/fog/compute/gridscale/models/deleted_snapshot.rb
fog-gridscale-0.1.4 lib/fog/compute/gridscale/models/deleted_snapshot.rb
fog-gridscale-0.1.3 lib/fog/compute/gridscale/models/deleted_snapshot.rb
fog-gridscale-0.1.2 lib/fog/compute/gridscale/models/deleted_snapshot.rb