Sha256: e63dc72835de17ce031162418af8374f6a4a65d806b8a605776036a7402d3143
Contents?: true
Size: 1.43 KB
Versions: 13
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-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
13 entries across 13 versions & 1 rubygems