Class: Nomad::NodeEvaluation
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#eval_create_index ⇒ Integer
readonly
The evaluation eval_create_index.
-
#eval_ids ⇒ Array<String>
readonly
The evaluation ids.
-
#heartbeat_ttl ⇒ Integer
readonly
The evaluation heartbeat_ttl.
-
#index ⇒ Integer
readonly
The evaluation index.
-
#known_leader ⇒ Boolean
readonly
The evaluation known_leader.
-
#last_contact ⇒ Integer
readonly
The evaluation last_contact.
-
#leader_rpc_addr ⇒ String
readonly
The evaluation leader_rpc_addr.
-
#node_modify_index ⇒ Integer
readonly
The evaluation node_modify_index.
-
#num_nodes ⇒ Integer
readonly
The evaluation num_nodes.
-
#servers ⇒ Array<Server>
readonly
The evaluation servers.
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 evaluation eval_create_index.
275 |
# File 'lib/nomad/api/node.rb', line 275 field :EvalCreateIndex, as: :eval_create_index |
#eval_ids ⇒ Array<String> (readonly)
The evaluation ids.
270 |
# File 'lib/nomad/api/node.rb', line 270 field :EvalIDs, as: :eval_ids, load: :nil_as_array |
#heartbeat_ttl ⇒ Integer (readonly)
The evaluation heartbeat_ttl.
265 |
# File 'lib/nomad/api/node.rb', line 265 field :HeartbeatTTL, as: :heartbeat_ttl |
#index ⇒ Integer (readonly)
The evaluation index.
302 |
# File 'lib/nomad/api/node.rb', line 302 field :Index, as: :index |
#known_leader ⇒ Boolean (readonly)
The evaluation known_leader.
312 |
# File 'lib/nomad/api/node.rb', line 312 field :KnownLeader, as: :known_leader |
#last_contact ⇒ Integer (readonly)
The evaluation last_contact.
307 |
# File 'lib/nomad/api/node.rb', line 307 field :LastContact, as: :last_contact |
#leader_rpc_addr ⇒ String (readonly)
The evaluation leader_rpc_addr.
285 |
# File 'lib/nomad/api/node.rb', line 285 field :LeaderRPCAddr, as: :leader_rpc_addr |
#node_modify_index ⇒ Integer (readonly)
The evaluation node_modify_index.
280 |
# File 'lib/nomad/api/node.rb', line 280 field :NodeModifyIndex, as: :node_modify_index |
#num_nodes ⇒ Integer (readonly)
The evaluation num_nodes.
290 |
# File 'lib/nomad/api/node.rb', line 290 field :NumNodes, as: :num_nodes |