/AWS1/CL_RDSVALIDVOLUMEOPTIONS¶
Contains the valid options for an additional storage volume.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_volumename TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
The name of the additional storage volume.
it_storage TYPE /AWS1/CL_RDSVALIDSTORAGEOPTS=>TT_VALIDSTORAGEOPTIONSLIST TT_VALIDSTORAGEOPTIONSLIST¶
The valid storage options for the additional storage volume.
Queryable Attributes¶
VolumeName¶
The name of the additional storage 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 |
Storage¶
The valid storage options for the additional storage volume.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGE() |
Getter for STORAGE, with configurable default |
ASK_STORAGE() |
Getter for STORAGE w/ exceptions if field has no value |
HAS_STORAGE() |
Determine if STORAGE 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_VALIDVOLUMEOPTIONSLIST¶
TYPES TT_VALIDVOLUMEOPTIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSVALIDVOLUMEOPTIONS WITH DEFAULT KEY
.