# VolumeCreateOptions ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | Option<**String**> | The new volume's name. If not specified, Docker generates a name. | [optional] **driver** | Option<**String**> | Name of the volume driver to use. | [optional][default to local] **driver_opts** | Option<**::std::collections::HashMap**> | A mapping of driver options and values. These options are passed directly to the driver and are driver specific. | [optional] **labels** | Option<**::std::collections::HashMap**> | User-defined key/value metadata. | [optional] **cluster_volume_spec** | Option<[**crate::models::ClusterVolumeSpec**](ClusterVolumeSpec.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)