ContainerMountVolumeOptionsArgs

data class ContainerMountVolumeOptionsArgs(val driverName: Output<String>? = null, val driverOptions: Output<Map<String, String>>? = null, val labels: Output<List<ContainerMountVolumeOptionsLabelArgs>>? = null, val noCopy: Output<Boolean>? = null, val subpath: Output<String>? = null) : ConvertibleToJava<ContainerMountVolumeOptionsArgs>

Constructors

Link copied to clipboard
constructor(driverName: Output<String>? = null, driverOptions: Output<Map<String, String>>? = null, labels: Output<List<ContainerMountVolumeOptionsLabelArgs>>? = null, noCopy: Output<Boolean>? = null, subpath: Output<String>? = null)

Properties

Link copied to clipboard
val driverName: Output<String>? = null

Name of the driver to use to create the volume.

Link copied to clipboard
val driverOptions: Output<Map<String, String>>? = null

key/value map of driver specific options.

Link copied to clipboard

User-defined key/value metadata.

Link copied to clipboard
val noCopy: Output<Boolean>? = null

Populate volume with data from the target.

Link copied to clipboard
val subpath: Output<String>? = null

Path within the volume to mount. Requires docker server version 1.45 or higher.

Functions

Link copied to clipboard
open override fun toJava(): ContainerMountVolumeOptionsArgs