Class: Nomad::JobLogConfig

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

#max_file_sizeSize (readonly)

The log config max_file_size.

Returns:



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

field :MaxFileSizeMB, as: :max_file_size, load: :int_as_size_in_megabytes

#max_filesInteger (readonly)

The log config max_files.

Returns:

  • (Integer)


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

field :MaxFiles, as: :max_files