Class: Nomad::JobConstraint

Inherits:
Response 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

#l_targetString (readonly)

The job l_target.

Returns:

  • (String)


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

field :LTarget, as: :l_target

#operandString (readonly)

The job operand.

Returns:

  • (String)


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

field :Operand, as: :operand

#r_targetString (readonly)

The job r_target.

Returns:

  • (String)


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

field :RTarget, as: :r_target