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
Link copied to clipboard
val readOnly: Output<Boolean>? = null
Link copied to clipboard
val source: Output<String>? = null
Link copied to clipboard
val target: Output<String>
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

Functions

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