Container Host Batch Bind Mount Entry Args
data class ContainerHostBatchBindMountEntryArgs(val isReadOnly: Output<Boolean>? = null, val source: Output<Either<String, ContainerHostDataPath>>? = null) : ConvertibleToJava<ContainerHostBatchBindMountEntryArgs>
Constructors
Link copied to clipboard
constructor(isReadOnly: Output<Boolean>? = null, source: Output<Either<String, ContainerHostDataPath>>? = null)
Properties
Link copied to clipboard
For Linux, if you mount this path as a read/write mode, this does not mean that all users in container have the read/write access for the path, it depends on the access in host VM. If this path is mounted read-only, all users within the container will not be able to modify the path.
Link copied to clipboard