Skip to content

/AWS1/CL_BTCMOUNTPOINT

Details for a Docker volume mount point that's used in a job's container properties. This parameter maps to Volumes in the Create a container section of the Docker Remote API and the --volume option to docker run.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_containerpath TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The path on the container where the host volume is mounted.

iv_readonly TYPE /AWS1/BTCBOOLEAN /AWS1/BTCBOOLEAN

If this value is true, the container has read-only access to the volume. Otherwise, the container can write to the volume. The default value is false.

iv_sourcevolume TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The name of the volume to mount.


Queryable Attributes

containerPath

The path on the container where the host volume is mounted.

Accessible with the following methods

Method Description
GET_CONTAINERPATH() Getter for CONTAINERPATH, with configurable default
ASK_CONTAINERPATH() Getter for CONTAINERPATH w/ exceptions if field has no value
HAS_CONTAINERPATH() Determine if CONTAINERPATH has a value

readOnly

If this value is true, the container has read-only access to the volume. Otherwise, the container can write to the volume. The default value is false.

Accessible with the following methods

Method Description
GET_READONLY() Getter for READONLY, with configurable default
ASK_READONLY() Getter for READONLY w/ exceptions if field has no value
HAS_READONLY() Determine if READONLY has a value

sourceVolume

The name of the volume to mount.

Accessible with the following methods

Method Description
GET_SOURCEVOLUME() Getter for SOURCEVOLUME, with configurable default
ASK_SOURCEVOLUME() Getter for SOURCEVOLUME w/ exceptions if field has no value
HAS_SOURCEVOLUME() Determine if SOURCEVOLUME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_MOUNTPOINTS

TYPES TT_MOUNTPOINTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCMOUNTPOINT WITH DEFAULT KEY
.