Service Task Spec Container Spec Mount Args
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)