dsdk / v1.47 / VolumeCreateOptions
Type Alias: VolumeCreateOptions ​
VolumeCreateOptions:
object
Volume configuration
Type declaration ​
Name | Type | Description |
---|---|---|
ClusterVolumeSpec ? | ClusterVolumeSpec | - |
Driver ? | string | Name of the volume driver to use. |
DriverOpts ? | object | A mapping of driver options and values. These options are passed directly to the driver and are driver specific. |
Labels ? | object | User-defined key/value metadata. |
Name ? | string | The new volume's name. If not specified, Docker generates a name. |