VolumeSettings Class

Specifies the Bind Mount settings for a Custom Application.

Inheritance
builtins.object
VolumeSettings

Constructor

VolumeSettings(*, source: str, target: str)

Parameters

Name Description
source
Required
str

The host path of the mount.

target
Required
str

The path in the container for the mount.

Keyword-Only Parameters

Name Description
source
Required
target
Required