Sha256: a5050178f54f03ffe93c3d259a0e542707a27a5e30d27b54c6c2efe66a27dfce

Contents?: true

Size: 1.44 KB

Versions: 8

Compression:

Stored size: 1.44 KB

Contents

# OryKratosClient::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 = OryKratosClient::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

8 entries across 8 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.3.alpha8 docs/Volume.md
ory-kratos-client-0.7.3.alpha6 docs/Volume.md
ory-kratos-client-0.7.3.alpha5 docs/Volume.md
ory-kratos-client-0.7.3.alpha4 docs/Volume.md
ory-kratos-client-0.7.3.alpha3 docs/Volume.md
ory-kratos-client-0.7.3.alpha2 docs/Volume.md
ory-kratos-client-0.7.3.alpha1 docs/Volume.md
ory-kratos-client-0.7.1.alpha2 docs/Volume.md