Class: DockerEngineRuby::Models::TaskSpec::ContainerSpec::Privileges::SeLinuxContext
Overview
Instance Attribute Summary collapse
Method Summary
#==, ==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#disable ⇒ Boolean?
934
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 934
optional :disable, DockerEngineRuby::Internal::Type::Boolean, api_name: :Disable
|
#level ⇒ String?
939
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 939
optional :level, String, api_name: :Level
|
#role ⇒ String?
944
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 944
optional :role, String, api_name: :Role
|
#type ⇒ String?
949
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 949
optional :type, String, api_name: :Type
|
#user ⇒ String?
954
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 954
optional :user, String, api_name: :User
|