Sha256: 5ac2c53d42bfbf769baf57cde5f3b300a5c47307384f8fa7685ba77e344d64ea

Contents?: true

Size: 728 Bytes

Versions: 13

Compression:

Stored size: 728 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-client'

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha17 docs/VolumeUsageData.md
ory-client-0.0.1.alpha16 docs/VolumeUsageData.md
ory-client-0.0.1.alpha15 docs/VolumeUsageData.md
ory-client-0.0.1.alpha14 docs/VolumeUsageData.md
ory-client-0.0.1.alpha13 docs/VolumeUsageData.md
ory-client-0.0.1.alpha12 docs/VolumeUsageData.md
ory-client-0.0.1.alpha11 docs/VolumeUsageData.md
ory-client-0.0.1.alpha10 docs/VolumeUsageData.md
ory-client-0.0.1.alpha9 docs/VolumeUsageData.md
ory-client-0.0.1.alpha8 docs/VolumeUsageData.md
ory-client-0.0.1.alpha7 docs/VolumeUsageData.md
ory-client-0.0.1.alpha6 docs/VolumeUsageData.md
ory-client-0.0.1.alpha5 docs/VolumeUsageData.md