ServiceTaskSpecContainerSpecMountBindOptionsArgs

data class ServiceTaskSpecContainerSpecMountBindOptionsArgs(val propagation: Output<String>? = null) : ConvertibleToJava<ServiceTaskSpecContainerSpecMountBindOptionsArgs>

Constructors

constructor(propagation: Output<String>? = null)

Properties

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

Bind propagation refers to whether or not mounts created within a given bind-mount or named volume can be propagated to replicas of that mount. See the docs for details. Defaults to rprivate

Functions

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