Class: Nomad::JobTaskGroupSummary
- Defined in:
- lib/nomad/api/job.rb
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#complete ⇒ Integer
readonly
The summary complete.
-
#failed ⇒ Integer
readonly
The summary failed.
-
#lost ⇒ Integer
readonly
The summary lost.
-
#queued ⇒ Integer
readonly
The summary queued.
-
#running ⇒ Integer
readonly
The summary running.
-
#starting ⇒ Integer
readonly
The summary starting.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Nomad::Response
Instance Attribute Details
#complete ⇒ Integer (readonly)
The summary complete
175 |
# File 'lib/nomad/api/job.rb', line 175 field :Complete, as: :complete |
#failed ⇒ Integer (readonly)
The summary failed
180 |
# File 'lib/nomad/api/job.rb', line 180 field :Failed, as: :failed |
#lost ⇒ Integer (readonly)
The summary lost
195 |
# File 'lib/nomad/api/job.rb', line 195 field :Lost, as: :lost |
#queued ⇒ Integer (readonly)
The summary queued
170 |
# File 'lib/nomad/api/job.rb', line 170 field :Queued, as: :queued |
#running ⇒ Integer (readonly)
The summary running
185 |
# File 'lib/nomad/api/job.rb', line 185 field :Running, as: :running |
#starting ⇒ Integer (readonly)
The summary starting
190 |
# File 'lib/nomad/api/job.rb', line 190 field :Starting, as: :starting |