ContainerMountArgs

data class ContainerMountArgs(val bindOptions: Output<ContainerMountBindOptionsArgs>? = null, val readOnly: Output<Boolean>? = null, val source: Output<String>? = null, val target: Output<String>, val tmpfsOptions: Output<ContainerMountTmpfsOptionsArgs>? = null, val type: Output<String>, val volumeOptions: Output<ContainerMountVolumeOptionsArgs>? = null) : ConvertibleToJava<ContainerMountArgs>

Constructors

Link copied to clipboard
constructor(bindOptions: Output<ContainerMountBindOptionsArgs>? = null, readOnly: Output<Boolean>? = null, source: Output<String>? = null, target: Output<String>, tmpfsOptions: Output<ContainerMountTmpfsOptionsArgs>? = null, type: Output<String>, volumeOptions: Output<ContainerMountVolumeOptionsArgs>? = null)

Properties

Link copied to clipboard

Optional configuration for the bind type.

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

Whether the mount should be read-only.

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

Mount source (e.g. a volume name, a host path).

Link copied to clipboard
val target: Output<String>

Container path

Link copied to clipboard

Optional configuration for the tmpfs type.

Link copied to clipboard
val type: Output<String>

The mount type

Link copied to clipboard

Optional configuration for the volume type.

Functions

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