Sha256: 867afa8285754cf3649d68de17e0065e094119739fe30315545ccffdcffc7cba

Contents?: true

Size: 775 Bytes

Versions: 14

Compression:

Stored size: 775 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\") | 

## Code Sample

```ruby
require 'OryHydraClient'

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


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ory-hydra-client-1.9.0 docs/VolumeUsageData.md
ory-hydra-client-0.0.0.alpha63 docs/VolumeUsageData.md
ory-hydra-client-1.9.0.alpha3 docs/VolumeUsageData.md
ory-hydra-client-1.9.0.alpha2 docs/VolumeUsageData.md
ory-hydra-client-1.9.0.alpha1 docs/VolumeUsageData.md
ory-hydra-client-1.8.5 docs/VolumeUsageData.md
ory-hydra-client-1.8.0.pre1 docs/VolumeUsageData.md
ory-hydra-client-1.7.4 docs/VolumeUsageData.md
ory-hydra-client-1.7.3 docs/VolumeUsageData.md
ory-hydra-client-1.7.0 docs/VolumeUsageData.md
ory-hydra-client-1.6.0 docs/VolumeUsageData.md
ory-hydra-client-1.5.0.beta5 docs/VolumeUsageData.md
ory-hydra-client-1.5.0.beta2 docs/VolumeUsageData.md
ory-hydra-client-1.5.0.beta1 docs/VolumeUsageData.md