Documentation

MountVolumeOptionsDriverConfig

Table of Contents

$name  : string|null
Name of the driver to use to create the volume.
$options  : array<string|int, string>|null
key/value map of driver specific options.
getName()  : string|null
Name of the driver to use to create the volume.
getOptions()  : array<string|int, string>|null
key/value map of driver specific options.
setName()  : self
Name of the driver to use to create the volume.
setOptions()  : self
key/value map of driver specific options.

Properties

Methods

getOptions()

key/value map of driver specific options.

public getOptions() : array<string|int, string>|null
Return values
array<string|int, string>|null

setName()

Name of the driver to use to create the volume.

public setName(string|null $name) : self
Parameters
$name : string|null
Return values
self

setOptions()

key/value map of driver specific options.

public setOptions(array<string|int, string>|null $options) : self
Parameters
$options : array<string|int, string>|null
Return values
self

Search results