| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Name of the volume. | |
| driver | string | Name of the volume driver used by the volume. | |
| mountpoint | string | Mount path of the volume on the host. | |
| created_at | string | Date/Time the volume was created. | [optional] |
| status | map[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] |
| labels | map[string,string] | User-defined key/value metadata. | |
| scope | string | The level at which the volume exists. Either `global` for cluster-wide, or `local` for machine level. | [default to 'local'] |
| options | map[string,string] | The driver specific options used when creating the volume. | |
| usage_data | \OpenAPI\Client\Model\VolumeUsageData | [optional] |
| Back | FazBrowse Home | New Git URL |