Sha256: 557e4c8f5c7511f1c621d50c76b19368c68b4917d7d967e9f011a583d1806f10

Contents?: true

Size: 1.41 KB

Versions: 4

Compression:

Stored size: 1.41 KB

Contents

# OryHydraClient::Volume

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **String** | Date/Time the volume was created. | [optional] |
| **driver** | **String** | Name of the volume driver used by the volume. |  |
| **labels** | **Hash<String, String>** | User-defined key/value metadata. |  |
| **mountpoint** | **String** | Mount path of the volume on the host. |  |
| **name** | **String** | Name of the volume. |  |
| **options** | **Hash<String, String>** | The driver specific options used when creating the volume. |  |
| **scope** | **String** | The level at which the volume exists. Either `global` for cluster-wide, or `local` for machine level. |  |
| **status** | **Object** | Low-level details about the volume, provided by the volume driver. Details are returned as a map with key/value pairs: `{\"key\":\"value\",\"key2\":\"value2\"}`.  The `Status` field is optional, and is omitted if the volume driver does not support this feature. | [optional] |
| **usage_data** | [**VolumeUsageData**](VolumeUsageData.md) |  | [optional] |

## Example

```ruby
require 'ory-hydra-client'

instance = OryHydraClient::Volume.new(
  created_at: null,
  driver: null,
  labels: null,
  mountpoint: null,
  name: null,
  options: null,
  scope: null,
  status: null,
  usage_data: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-hydra-client-1.10.6 docs/Volume.md
ory-hydra-client-1.10.5 docs/Volume.md
ory-hydra-client-1.10.3 docs/Volume.md
ory-hydra-client-1.10.2 docs/Volume.md