Sha256: 41d2586b252f6a6f13aa7ed6c77408973449287f815a37a0bb8d322317c070e3

Contents?: true

Size: 446 Bytes

Versions: 10

Compression:

Stored size: 446 Bytes

Contents

module Fog
  module Compute
    class CloudAtCost
      class Task < Fog::Model
        identity :id
        attribute :cid
        attribute :idf
        attribute :serverid
        attribute :action
        attribute :status
        attribute :starttime
        attribute :finishtime
        attribute :servername
        attribute :ip
        attribute :label
        attribute :rdns
        attribute :rdnsdefault
      end
    end
  end
end

Version data entries

10 entries across 8 versions & 2 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-cloudatcost-0.1.2/lib/fog/cloudatcost/models/task.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-cloudatcost-0.1.2/lib/fog/cloudatcost/models/task.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-cloudatcost-0.1.2/lib/fog/cloudatcost/models/task.rb
fog-cloudatcost-0.2.3 lib/fog/cloudatcost/models/task.rb
fog-cloudatcost-0.2.2 lib/fog/cloudatcost/models/task.rb
fog-cloudatcost-0.2.1 lib/fog/cloudatcost/models/task.rb
fog-cloudatcost-0.2.0 lib/fog/cloudatcost/models/task.rb
fog-cloudatcost-0.1.2 lib/fog/cloudatcost/models/task.rb
fog-cloudatcost-0.1.1 lib/fog/cloudatcost/models/task.rb
fog-cloudatcost-0.1.0 lib/fog/cloudatcost/models/task.rb