FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

docker-openapi-php-client/docs/Model/Volume.md at master · maxvaer/docker-openapi-php-client · GitHub

Latest commit

 

History

History
19 lines (14 loc) · 1.35 KB

File metadata and controls

19 lines (14 loc) · 1.35 KB

# Volume

Properties

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 to Model list] [Back to API list] [Back to README]


Back | FazBrowse Home | New Git URL