Class: Nomad::JobTaskGroupSummary

Inherits:
Response
  • Object
show all
Defined in:
lib/nomad/api/job.rb

Constant Summary

Constants inherited from Response

Response::BUILTIN_LOADERS

Instance Attribute Summary collapse

Method Summary

Methods inherited from Response

#==, decode, #initialize, #to_h

Constructor Details

This class inherits a constructor from Nomad::Response

Instance Attribute Details

#completeInteger (readonly)

The summary complete

Returns:

  • (Integer)


175
# File 'lib/nomad/api/job.rb', line 175

field :Complete, as: :complete

#failedInteger (readonly)

The summary failed

Returns:

  • (Integer)


180
# File 'lib/nomad/api/job.rb', line 180

field :Failed, as: :failed

#lostInteger (readonly)

The summary lost

Returns:

  • (Integer)


195
# File 'lib/nomad/api/job.rb', line 195

field :Lost, as: :lost

#queuedInteger (readonly)

The summary queued

Returns:

  • (Integer)


170
# File 'lib/nomad/api/job.rb', line 170

field :Queued, as: :queued

#runningInteger (readonly)

The summary running

Returns:

  • (Integer)


185
# File 'lib/nomad/api/job.rb', line 185

field :Running, as: :running

#startingInteger (readonly)

The summary starting

Returns:

  • (Integer)


190
# File 'lib/nomad/api/job.rb', line 190

field :Starting, as: :starting