Share via


ContainerHostBatchBindMountEntry Class

The entry of path and mount mode you want to mount into task container.

Constructor

ContainerHostBatchBindMountEntry(*args: Any, **kwargs: Any)

Variables

Name Description
source

The paths which will be mounted to container task's container. Known values are: "Shared", "Startup", "VfsMounts", "Task", "JobPrep", and "Applications".

is_read_only

Mount this source path as read-only mode or not. Default value is false (read/write mode).

Attributes

is_read_only

Mount this source path as read-only mode or not. Default value is false (read/write mode).

is_read_only: bool | None

source

"Shared", "Startup", "VfsMounts", "Task", "JobPrep", and "Applications".

source: str | _models.ContainerHostDataPath | None