/AWS1/CL_STGLISTTAPESOUTPUT¶
A JSON object containing the following fields:
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_tapeinfos TYPE /AWS1/CL_STGTAPEINFO=>TT_TAPEINFOS TT_TAPEINFOS¶
An array of TapeInfo objects, where each object describes a single tape. If there are no tapes in the tape library or VTS, then the
TapeInfosis an empty array.
iv_marker TYPE /AWS1/STGMARKER /AWS1/STGMARKER¶
A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
Queryable Attributes¶
TapeInfos¶
An array of TapeInfo objects, where each object describes a single tape. If there are no tapes in the tape library or VTS, then the
TapeInfosis an empty array.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAPEINFOS() |
Getter for TAPEINFOS, with configurable default |
ASK_TAPEINFOS() |
Getter for TAPEINFOS w/ exceptions if field has no value |
HAS_TAPEINFOS() |
Determine if TAPEINFOS has a value |
Marker¶
A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |