toggle menu
pulumi-docker-kotlin
4.7.0.0
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
ContainerMountVolumeOptions
/
ContainerMountVolumeOptions
Container
Mount
Volume
Options
constructor
(
driverName
:
String
?
=
null
,
driverOptions
:
Map
<
String
,
String
>
?
=
null
,
labels
:
List
<
ContainerMountVolumeOptionsLabel
>
?
=
null
,
noCopy
:
Boolean
?
=
null
,
subpath
:
String
?
=
null
)