Sha256: 8e57bd62aac528326dea8f30380c40e4bf3472e2548fecfcb5410221cd531aeb

Contents?: true

Size: 1.42 KB

Versions: 2

Compression:

Stored size: 1.42 KB

Contents

# OryClient::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-client'

instance = OryClient::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

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/Volume.md
ory-client-0.0.1.alpha18 docs/Volume.md