Class: DockerEngineRuby::Models::SystemDataUsageResponse::BuildCacheDiskUsage

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/docker_engine_ruby/models/system_data_usage_response.rb

Overview

Instance Attribute Summary collapse

Method Summary

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

#active_countInteger?

Count of active build cache records.

Returns:

  • (Integer, nil)


54
# File 'lib/docker_engine_ruby/models/system_data_usage_response.rb', line 54

optional :active_count, Integer, api_name: :ActiveCount

#itemsArray<Object>?

List of build cache records.

Returns:

  • (Array<Object>, nil)


60
61
62
# File 'lib/docker_engine_ruby/models/system_data_usage_response.rb', line 60

optional :items,
DockerEngineRuby::Internal::Type::ArrayOf[DockerEngineRuby::Internal::Type::Unknown],
api_name: :Items

#reclaimableInteger?

Disk space that can be reclaimed by removing inactive build cache records.

Returns:

  • (Integer, nil)


68
# File 'lib/docker_engine_ruby/models/system_data_usage_response.rb', line 68

optional :reclaimable, Integer, api_name: :Reclaimable

#total_countInteger?

Count of all build cache records.

Returns:

  • (Integer, nil)


74
# File 'lib/docker_engine_ruby/models/system_data_usage_response.rb', line 74

optional :total_count, Integer, api_name: :TotalCount

#total_sizeInteger?

Disk space in use by build cache records.

Returns:

  • (Integer, nil)


80
# File 'lib/docker_engine_ruby/models/system_data_usage_response.rb', line 80

optional :total_size, Integer, api_name: :TotalSize