Class: DockerEngineRuby::Models::ImageBuildParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DockerEngineRuby::Models::ImageBuildParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/docker_engine_ruby/models/image_build_params.rb
Overview
Defined Under Namespace
Modules: Version
Instance Attribute Summary collapse
- #body ⇒ Pathname, ...
- #buildargs ⇒ String?
- #cachefrom ⇒ String?
- #cpuperiod ⇒ Integer?
- #cpuquota ⇒ Integer?
- #cpusetcpus ⇒ String?
- #cpushares ⇒ Integer?
- #dockerfile ⇒ String?
- #extrahosts ⇒ String?
- #forcerm ⇒ Boolean?
- #labels ⇒ String?
- #memory ⇒ Integer?
- #memswap ⇒ Integer?
- #networkmode ⇒ String?
- #nocache ⇒ Boolean?
- #outputs ⇒ String?
- #platform ⇒ String?
- #pull ⇒ String?
- #q ⇒ Boolean?
- #remote ⇒ String?
- #rm ⇒ Boolean?
- #shmsize ⇒ Integer?
- #squash ⇒ Boolean?
- #t ⇒ String?
- #target ⇒ String?
- #version ⇒ Symbol, ...
- #x_registry_config ⇒ String?
Attributes included from Internal::Type::RequestParameters
Method Summary
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from DockerEngineRuby::Internal::Type::BaseModel
Instance Attribute Details
#body ⇒ Pathname, ...
13 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 13 required :body, DockerEngineRuby::Internal::Type::FileInput |
#buildargs ⇒ String?
18 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 18 optional :buildargs, String |
#cachefrom ⇒ String?
23 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 23 optional :cachefrom, String |
#cpuperiod ⇒ Integer?
28 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 28 optional :cpuperiod, Integer |
#cpuquota ⇒ Integer?
33 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 33 optional :cpuquota, Integer |
#cpusetcpus ⇒ String?
38 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 38 optional :cpusetcpus, String |
#cpushares ⇒ Integer?
43 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 43 optional :cpushares, Integer |
#dockerfile ⇒ String?
48 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 48 optional :dockerfile, String |
#extrahosts ⇒ String?
53 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 53 optional :extrahosts, String |
#forcerm ⇒ Boolean?
58 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 58 optional :forcerm, DockerEngineRuby::Internal::Type::Boolean |
#labels ⇒ String?
63 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 63 optional :labels, String |
#memory ⇒ Integer?
68 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 68 optional :memory, Integer |
#memswap ⇒ Integer?
73 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 73 optional :memswap, Integer |
#networkmode ⇒ String?
78 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 78 optional :networkmode, String |
#nocache ⇒ Boolean?
83 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 83 optional :nocache, DockerEngineRuby::Internal::Type::Boolean |
#outputs ⇒ String?
88 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 88 optional :outputs, String |
#platform ⇒ String?
93 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 93 optional :platform, String |
#pull ⇒ String?
98 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 98 optional :pull, String |
#q ⇒ Boolean?
103 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 103 optional :q, DockerEngineRuby::Internal::Type::Boolean |
#remote ⇒ String?
108 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 108 optional :remote, String |
#rm ⇒ Boolean?
113 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 113 optional :rm, DockerEngineRuby::Internal::Type::Boolean |
#shmsize ⇒ Integer?
118 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 118 optional :shmsize, Integer |
#squash ⇒ Boolean?
123 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 123 optional :squash, DockerEngineRuby::Internal::Type::Boolean |
#t ⇒ String?
128 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 128 optional :t, String |
#target ⇒ String?
133 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 133 optional :target, String |
#version ⇒ Symbol, ...
138 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 138 optional :version, enum: -> { DockerEngineRuby::ImageBuildParams::Version } |
#x_registry_config ⇒ String?
143 |
# File 'lib/docker_engine_ruby/models/image_build_params.rb', line 143 optional :x_registry_config, String |