Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 764 Bytes

File metadata and controls

22 lines (12 loc) · 764 Bytes

VolumeCreateOptions

Properties

Name Type Description Notes
driver String Volume driver to use [optional]
ignoreIfExists Boolean Ignore existing volumes [optional]
label Map<String, String> User-defined key/value metadata. Provided for compatibility [optional]
labels Map<String, String> User-defined key/value metadata. Preferred field, will override Label [optional]
name String New volume's name. Can be left blank [optional]
options Map<String, String> Mapping of driver options and values. [optional]

Implemented Interfaces

  • Serializable