Class: Nomad::JobVault
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#change_mode ⇒ String
readonly
The vault change_mode.
-
#change_signal ⇒ String
readonly
The vault change_signal.
-
#env ⇒ Boolean
readonly
The vault env.
-
#policies ⇒ Array<String>
readonly
The vault policies.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Nomad::Response
Instance Attribute Details
#change_mode ⇒ String (readonly)
The vault change_mode.
967 |
# File 'lib/nomad/api/job.rb', line 967 field :ChangeMode, as: :change_mode, load: :string_as_nil |
#change_signal ⇒ String (readonly)
The vault change_signal.
972 |
# File 'lib/nomad/api/job.rb', line 972 field :ChangeSignal, as: :change_signal, load: :string_as_nil |
#env ⇒ Boolean (readonly)
The vault env.
962 |
# File 'lib/nomad/api/job.rb', line 962 field :Env, as: :env |
#policies ⇒ Array<String> (readonly)
The vault policies.
957 |
# File 'lib/nomad/api/job.rb', line 957 field :Policies, as: :policies, load: :array_of_strings |