Class: Nomad::JobLogConfig
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#max_file_size ⇒ Size
readonly
The log config max_file_size.
-
#max_files ⇒ Integer
readonly
The log config max_files.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Nomad::Response
Instance Attribute Details
#max_file_size ⇒ Size (readonly)
The log config max_file_size.
852 |
# File 'lib/nomad/api/job.rb', line 852 field :MaxFileSizeMB, as: :max_file_size, load: :int_as_size_in_megabytes |
#max_files ⇒ Integer (readonly)
The log config max_files.
847 |
# File 'lib/nomad/api/job.rb', line 847 field :MaxFiles, as: :max_files |