Volume Definition Args
data class VolumeDefinitionArgs(val bind: Output<BindOptionsArgs>? = null, val consistency: Output<String>? = null, val readOnly: Output<Boolean>? = null, val source: Output<String>? = null, val target: Output<String>? = null, val tmpfs: Output<TmpfsOptionsArgs>? = null, val type: Output<Either<String, VolumeDefinitionType>>? = null, val volume: Output<VolumeOptionsArgs>? = null) : ConvertibleToJava<VolumeDefinitionArgs>
Describes the volume configuration for the container
Constructors
Link copied to clipboard
constructor(bind: Output<BindOptionsArgs>? = null, consistency: Output<String>? = null, readOnly: Output<Boolean>? = null, source: Output<String>? = null, target: Output<String>? = null, tmpfs: Output<TmpfsOptionsArgs>? = null, type: Output<Either<String, VolumeDefinitionType>>? = null, volume: Output<VolumeOptionsArgs>? = null)