ContainerHostBatchBindMountEntryArgs

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
val isReadOnly: Output<Boolean>? = null

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
val source: Output<Either<String, ContainerHostDataPath>>? = null

Functions

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