Class: DockerEngineRuby::Models::Container::HostConfig::BlkioDeviceReadIOp
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DockerEngineRuby::Models::Container::HostConfig::BlkioDeviceReadIOp
- Defined in:
- lib/docker_engine_ruby/models/container.rb,
sig/docker_engine_ruby/models/container.rbs
Instance Attribute Summary collapse
-
#path ⇒ String?
Device path.
-
#rate ⇒ Integer?
Rate.
Instance Method Summary collapse
-
#initialize ⇒ BlkioDeviceReadIOp
constructor
A new instance of BlkioDeviceReadIOp.
- #to_hash ⇒ { path: String, rate: Integer }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize ⇒ BlkioDeviceReadIOp
Returns a new instance of BlkioDeviceReadIOp.
750 |
# File 'sig/docker_engine_ruby/models/container.rbs', line 750
def initialize: (?path: String, ?rate: Integer) -> void
|
Instance Attribute Details
#path ⇒ String?
Device path
1056 |
# File 'lib/docker_engine_ruby/models/container.rb', line 1056 optional :path, String, api_name: :Path |
#rate ⇒ Integer?
Rate
1062 |
# File 'lib/docker_engine_ruby/models/container.rb', line 1062 optional :rate, Integer, api_name: :Rate |
Instance Method Details
#to_hash ⇒ { path: String, rate: Integer }
752 |
# File 'sig/docker_engine_ruby/models/container.rbs', line 752
def to_hash: -> { path: String, rate: Integer }
|