/AWS1/CL_NEPVALIDSTORAGEOPTS¶
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_storagetype
TYPE /AWS1/NEPSTRING
/AWS1/NEPSTRING
¶
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
it_storagesize
TYPE /AWS1/CL_NEPRANGE=>TT_RANGELIST
TT_RANGELIST
¶
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
it_provisionediops
TYPE /AWS1/CL_NEPRANGE=>TT_RANGELIST
TT_RANGELIST
¶
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
it_iopstostorageratio
TYPE /AWS1/CL_NEPDOUBLERANGE=>TT_DOUBLERANGELIST
TT_DOUBLERANGELIST
¶
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
Queryable Attributes¶
StorageType¶
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STORAGETYPE() |
Getter for STORAGETYPE, with configurable default |
ASK_STORAGETYPE() |
Getter for STORAGETYPE w/ exceptions if field has no value |
HAS_STORAGETYPE() |
Determine if STORAGETYPE has a value |
StorageSize¶
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STORAGESIZE() |
Getter for STORAGESIZE, with configurable default |
ASK_STORAGESIZE() |
Getter for STORAGESIZE w/ exceptions if field has no value |
HAS_STORAGESIZE() |
Determine if STORAGESIZE has a value |
ProvisionedIops¶
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROVISIONEDIOPS() |
Getter for PROVISIONEDIOPS, with configurable default |
ASK_PROVISIONEDIOPS() |
Getter for PROVISIONEDIOPS w/ exceptions if field has no val |
HAS_PROVISIONEDIOPS() |
Determine if PROVISIONEDIOPS has a value |
IopsToStorageRatio¶
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IOPSTOSTORAGERATIO() |
Getter for IOPSTOSTORAGERATIO, with configurable default |
ASK_IOPSTOSTORAGERATIO() |
Getter for IOPSTOSTORAGERATIO w/ exceptions if field has no |
HAS_IOPSTOSTORAGERATIO() |
Determine if IOPSTOSTORAGERATIO 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_VALIDSTORAGEOPTIONSLIST
¶
TYPES TT_VALIDSTORAGEOPTIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NEPVALIDSTORAGEOPTS WITH DEFAULT KEY
.