/AWS1/CL_FNSVOLUME¶
The structure that consists of name and type of volume.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_volumename TYPE /AWS1/FNSVOLUMENAME /AWS1/FNSVOLUMENAME¶
A unique identifier for the volume.
iv_volumetype TYPE /AWS1/FNSVOLUMETYPE /AWS1/FNSVOLUMETYPE¶
The type of file system volume. Currently, FinSpace only supports
NAS_1volume type.
Queryable Attributes¶
volumeName¶
A unique identifier for the volume.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_VOLUMENAME() | Getter for VOLUMENAME, with configurable default | 
| ASK_VOLUMENAME() | Getter for VOLUMENAME w/ exceptions if field has no value | 
| HAS_VOLUMENAME() | Determine if VOLUMENAME has a value | 
volumeType¶
The type of file system volume. Currently, FinSpace only supports
NAS_1volume type.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_VOLUMETYPE() | Getter for VOLUMETYPE, with configurable default | 
| ASK_VOLUMETYPE() | Getter for VOLUMETYPE w/ exceptions if field has no value | 
| HAS_VOLUMETYPE() | Determine if VOLUMETYPE 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_VOLUMES¶
TYPES TT_VOLUMES TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNSVOLUME WITH DEFAULT KEY
.