Sha256: 967db3f944c10a9903ad8181de60a81423083280ebb9fafcf3e9101b0442bef7
Contents?: true
Size: 718 Bytes
Versions: 2
Compression:
Stored size: 718 Bytes
Contents
# OryClient::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-client' instance = OryClient::VolumeUsageData.new( ref_count: null, size: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha19 | docs/VolumeUsageData.md |
ory-client-0.0.1.alpha18 | docs/VolumeUsageData.md |