Sha256: 62898a82f03135ca2f8b32e65cd35a901e7efb68c8527f545ec2e670d44260d0

Contents?: true

Size: 1.43 KB

Versions: 15

Compression:

Stored size: 1.43 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** | **Hash<String, 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-kratos-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

15 entries across 15 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.1.alpha1 docs/Volume.md
ory-kratos-client-0.7.0.alpha1 docs/Volume.md
ory-kratos-client-0.6.3.alpha1 docs/Volume.md
ory-kratos-client-0.6.2.alpha1 docs/Volume.md
ory-kratos-client-0.6.1.alpha1 docs/Volume.md
ory-kratos-client-0.6.0.alpha17 docs/Volume.md
ory-kratos-client-0.6.0.alpha16 docs/Volume.md
ory-kratos-client-0.6.0.alpha15 docs/Volume.md
ory-kratos-client-0.6.0.alpha11 docs/Volume.md
ory-kratos-client-0.6.0.alpha8 docs/Volume.md
ory-kratos-client-0.6.0.alpha6 docs/Volume.md
ory-kratos-client-0.6.0.alpha5 docs/Volume.md
ory-kratos-client-0.6.0.alpha4 docs/Volume.md
ory-kratos-client-0.6.0.alpha2 docs/Volume.md
ory-kratos-client-0.6.0.alpha1 docs/Volume.md