Skip to content

/AWS1/CL_BCORDSDBINSTSTRGCONF

The Amazon RDS DB instance storage configuration used for recommendations.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_storagetype TYPE /AWS1/BCOSTRING /AWS1/BCOSTRING

The storage type to associate with the DB instance.

iv_allocatedstorageingb TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The new amount of storage in GB to allocate for the DB instance.

iv_iops TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

iv_storagethroughput TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The storage throughput for the DB instance.


Queryable Attributes

storageType

The storage type to associate with the DB instance.

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

allocatedStorageInGb

The new amount of storage in GB to allocate for the DB instance.

Accessible with the following methods

Method Description
GET_ALLOCATEDSTORAGEINGB() Getter for ALLOCATEDSTORAGEINGB, with configurable default
ASK_ALLOCATEDSTORAGEINGB() Getter for ALLOCATEDSTORAGEINGB w/ exceptions if field has n
STR_ALLOCATEDSTORAGEINGB() String format for ALLOCATEDSTORAGEINGB, with configurable de
HAS_ALLOCATEDSTORAGEINGB() Determine if ALLOCATEDSTORAGEINGB has a value

iops

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

Accessible with the following methods

Method Description
GET_IOPS() Getter for IOPS, with configurable default
ASK_IOPS() Getter for IOPS w/ exceptions if field has no value
STR_IOPS() String format for IOPS, with configurable default
HAS_IOPS() Determine if IOPS has a value

storageThroughput

The storage throughput for the DB instance.

Accessible with the following methods

Method Description
GET_STORAGETHROUGHPUT() Getter for STORAGETHROUGHPUT, with configurable default
ASK_STORAGETHROUGHPUT() Getter for STORAGETHROUGHPUT w/ exceptions if field has no v
STR_STORAGETHROUGHPUT() String format for STORAGETHROUGHPUT, with configurable defau
HAS_STORAGETHROUGHPUT() Determine if STORAGETHROUGHPUT has a value