VolumeMount Class

The properties of the volume mount.

All required parameters must be populated in order to send to Azure.

Inheritance
VolumeMount

Constructor

VolumeMount(*, name: str, mount_path: str, read_only: Optional[bool] = None, **kwargs)

Variables

name
str

Required. The name of the volume mount.

mount_path
str

Required. The path within the container where the volume should be mounted. Must not contain colon (:).

read_only
bool

The flag indicating whether the volume mount is read-only.