/AWS1/CL_ECSDAEMONVOLUME¶
A data volume definition for a daemon task.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.
io_host TYPE REF TO /AWS1/CL_ECSHOSTVOLUMEPRPS /AWS1/CL_ECSHOSTVOLUMEPRPS¶
The contents of the
hostparameter determine whether your bind mount host volume persists on the host container instance and where it's stored.
Queryable Attributes¶
name¶
The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
host¶
The contents of the
hostparameter determine whether your bind mount host volume persists on the host container instance and where it's stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOST() |
Getter for HOST |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DAEMONVOLUMELIST¶
TYPES TT_DAEMONVOLUMELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSDAEMONVOLUME WITH DEFAULT KEY
.