Sha256: adb603fa26708d3368b0ce2207bddef997cdb9c7cf764699672571cc448356b7

Contents?: true

Size: 734 Bytes

Versions: 6

Compression:

Stored size: 734 Bytes

Contents

# OryHydraClient::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-hydra-client'

instance = OryHydraClient::VolumeUsageData.new(
  ref_count: null,
  size: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-hydra-client-1.10.6 docs/VolumeUsageData.md
ory-hydra-client-1.10.5 docs/VolumeUsageData.md
ory-hydra-client-1.10.3 docs/VolumeUsageData.md
ory-hydra-client-1.10.2 docs/VolumeUsageData.md
ory-hydra-client-1.9.2 docs/VolumeUsageData.md
ory-hydra-client-1.9.1 docs/VolumeUsageData.md