ServiceTaskSpecContainerSpecMountArgs

data class ServiceTaskSpecContainerSpecMountArgs(val bindOptions: Output<ServiceTaskSpecContainerSpecMountBindOptionsArgs>? = null, val readOnly: Output<Boolean>? = null, val source: Output<String>? = null, val target: Output<String>, val tmpfsOptions: Output<ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs>? = null, val type: Output<String>, val volumeOptions: Output<ServiceTaskSpecContainerSpecMountVolumeOptionsArgs>? = null) : ConvertibleToJava<ServiceTaskSpecContainerSpecMountArgs>

Constructors

Link copied to clipboard
constructor(bindOptions: Output<ServiceTaskSpecContainerSpecMountBindOptionsArgs>? = null, readOnly: Output<Boolean>? = null, source: Output<String>? = null, target: Output<String>, tmpfsOptions: Output<ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs>? = null, type: Output<String>, volumeOptions: Output<ServiceTaskSpecContainerSpecMountVolumeOptionsArgs>? = 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(): ServiceTaskSpecContainerSpecMountArgs