Sha256: cbdac6f2045b865eef06093e23d8059f8624bed9e565c3c4854c3a0b9e08f23f

Contents?: true

Size: 477 Bytes

Versions: 1

Compression:

Stored size: 477 Bytes

Contents

# frozen_string_literal: true

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

1 entries across 1 versions & 1 rubygems

Version Path
fog-cloudatcost-0.4.0 lib/fog/cloudatcost/models/task.rb