Class: DockerEngineRuby::Models::StatsResponse::StorageStats
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DockerEngineRuby::Models::StatsResponse::StorageStats
- Defined in:
- lib/docker_engine_ruby/models/stats_response.rb
Overview
Instance Attribute Summary collapse
- #read_count_normalized ⇒ Integer?
- #read_size_bytes ⇒ Integer?
- #write_count_normalized ⇒ Integer?
- #write_size_bytes ⇒ Integer?
Instance Method Summary collapse
-
#initialize(read_count_normalized: nil, read_size_bytes: nil, write_count_normalized: nil, write_size_bytes: nil) ⇒ Object
constructor
StorageStats is the disk I/O stats for read/write on Windows.
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(read_count_normalized: nil, read_size_bytes: nil, write_count_normalized: nil, write_size_bytes: nil) ⇒ Object
StorageStats is the disk I/O stats for read/write on Windows.
This type is Windows-specific and omitted for Linux containers.
|
|
# File 'lib/docker_engine_ruby/models/stats_response.rb', line 1017
|
Instance Attribute Details
#read_count_normalized ⇒ Integer?
1000 |
# File 'lib/docker_engine_ruby/models/stats_response.rb', line 1000 optional :read_count_normalized, Integer, nil?: true |
#read_size_bytes ⇒ Integer?
1005 |
# File 'lib/docker_engine_ruby/models/stats_response.rb', line 1005 optional :read_size_bytes, Integer, nil?: true |
#write_count_normalized ⇒ Integer?
1010 |
# File 'lib/docker_engine_ruby/models/stats_response.rb', line 1010 optional :write_count_normalized, Integer, nil?: true |
#write_size_bytes ⇒ Integer?
1015 |
# File 'lib/docker_engine_ruby/models/stats_response.rb', line 1015 optional :write_size_bytes, Integer, nil?: true |