Class: Nomad::JobCreate
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#eval_create_index ⇒ Integer
readonly
The job eval_create_index.
-
#eval_id ⇒ String
readonly
The job eval_id.
-
#index ⇒ Integer
readonly
The job index.
-
#job_modify_index ⇒ Integer
readonly
The job job_modify_index.
-
#known_leader ⇒ Boolean
readonly
The job known_leader.
-
#last_contact ⇒ Integer
readonly
The job last_contact.
-
#warnings ⇒ String
readonly
The job warnings.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Nomad::Response
Instance Attribute Details
#eval_create_index ⇒ Integer (readonly)
The job eval_create_index.
384 |
# File 'lib/nomad/api/job.rb', line 384 field :EvalCreateIndex, as: :eval_create_index |
#eval_id ⇒ String (readonly)
The job eval_id.
379 |
# File 'lib/nomad/api/job.rb', line 379 field :EvalID, as: :eval_id, load: :string_as_nil |
#index ⇒ Integer (readonly)
The job index.
399 |
# File 'lib/nomad/api/job.rb', line 399 field :Index, as: :index |
#job_modify_index ⇒ Integer (readonly)
The job job_modify_index.
389 |
# File 'lib/nomad/api/job.rb', line 389 field :JobModifyIndex, as: :job_modify_index |
#known_leader ⇒ Boolean (readonly)
The job known_leader.
409 |
# File 'lib/nomad/api/job.rb', line 409 field :KnownLeader, as: :known_leader |
#last_contact ⇒ Integer (readonly)
The job last_contact.
404 |
# File 'lib/nomad/api/job.rb', line 404 field :LastContact, as: :last_contact |
#warnings ⇒ String (readonly)
The job warnings.
394 |
# File 'lib/nomad/api/job.rb', line 394 field :Warnings, as: :warnings, load: :string_as_nil |