Class: Nomad::JobEphemeralDisk
- Defined in:
- lib/nomad/api/job.rb
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#migrate ⇒ Boolean
readonly
The ephemeral disk migrate.
-
#size ⇒ Size
readonly
The ephemeral disk size in MB.
-
#sticky ⇒ Boolean
readonly
The ephemeral disk sticky.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Nomad::Response
Instance Attribute Details
#migrate ⇒ Boolean (readonly)
The ephemeral disk migrate.
750 |
# File 'lib/nomad/api/job.rb', line 750 field :Migrate, as: :migrate |
#size ⇒ Size (readonly)
The ephemeral disk size in MB.
745 |
# File 'lib/nomad/api/job.rb', line 745 field :SizeMB, as: :size, load: :int_as_size_in_megabytes |
#sticky ⇒ Boolean (readonly)
The ephemeral disk sticky.
740 |
# File 'lib/nomad/api/job.rb', line 740 field :Sticky, as: :sticky |