Sha256: 02bd2d83cd27ee54ff012a1acfaf614ff1aec8d66b784b4bd91705ab23b5eb64
Contents?: true
Size: 737 Bytes
Versions: 8
Compression:
Stored size: 737 Bytes
Contents
# OryKratosClient::VolumeUsageData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **ref_count** | **Integer** | The number of containers referencing this volume. This field is set to `-1` if the reference-count is not available. | | | **size** | **Integer** | Amount of disk space used by the volume (in bytes). This information is only available for volumes created with the `\"local\"` volume driver. For volumes created with other volume drivers, this field is set to `-1` (\"not available\") | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::VolumeUsageData.new( ref_count: null, size: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems