Skip to content

/AWS1/CL_ODBRESPOOLSUMMARY

The configuration of a resource pool for an Autonomous Database.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_isdisabled TYPE /AWS1/ODBBOOLEAN /AWS1/ODBBOOLEAN

Indicates whether the resource pool is disabled.

iv_poolsize TYPE /AWS1/ODBINTEGER /AWS1/ODBINTEGER

The number of Autonomous Databases that the resource pool can contain.

iv_poolstoragesizeintbs TYPE /AWS1/ODBINTEGER /AWS1/ODBINTEGER

The total storage size of the resource pool, in terabytes (TB).

iv_availstoragecapacityintbs TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The available storage capacity in the resource pool, in TB.

iv_totalcomputecapacity TYPE /AWS1/ODBINTEGER /AWS1/ODBINTEGER

The total compute capacity of the resource pool.

iv_availablecomputecapacity TYPE /AWS1/ODBINTEGER /AWS1/ODBINTEGER

The available compute capacity in the resource pool.


Queryable Attributes

isDisabled

Indicates whether the resource pool is disabled.

Accessible with the following methods

Method Description
GET_ISDISABLED() Getter for ISDISABLED, with configurable default
ASK_ISDISABLED() Getter for ISDISABLED w/ exceptions if field has no value
HAS_ISDISABLED() Determine if ISDISABLED has a value

poolSize

The number of Autonomous Databases that the resource pool can contain.

Accessible with the following methods

Method Description
GET_POOLSIZE() Getter for POOLSIZE, with configurable default
ASK_POOLSIZE() Getter for POOLSIZE w/ exceptions if field has no value
HAS_POOLSIZE() Determine if POOLSIZE has a value

poolStorageSizeInTBs

The total storage size of the resource pool, in terabytes (TB).

Accessible with the following methods

Method Description
GET_POOLSTORAGESIZEINTBS() Getter for POOLSTORAGESIZEINTBS, with configurable default
ASK_POOLSTORAGESIZEINTBS() Getter for POOLSTORAGESIZEINTBS w/ exceptions if field has n
HAS_POOLSTORAGESIZEINTBS() Determine if POOLSTORAGESIZEINTBS has a value

availableStorageCapacityInTBs

The available storage capacity in the resource pool, in TB.

Accessible with the following methods

Method Description
GET_AVAILSTORAGECAPINTBS() Getter for AVAILSTORAGECAPACITYINTBS, with configurable defa
ASK_AVAILSTORAGECAPINTBS() Getter for AVAILSTORAGECAPACITYINTBS w/ exceptions if field
STR_AVAILSTORAGECAPINTBS() String format for AVAILSTORAGECAPACITYINTBS, with configurab
HAS_AVAILSTORAGECAPINTBS() Determine if AVAILSTORAGECAPACITYINTBS has a value

totalComputeCapacity

The total compute capacity of the resource pool.

Accessible with the following methods

Method Description
GET_TOTALCOMPUTECAPACITY() Getter for TOTALCOMPUTECAPACITY, with configurable default
ASK_TOTALCOMPUTECAPACITY() Getter for TOTALCOMPUTECAPACITY w/ exceptions if field has n
HAS_TOTALCOMPUTECAPACITY() Determine if TOTALCOMPUTECAPACITY has a value

availableComputeCapacity

The available compute capacity in the resource pool.

Accessible with the following methods

Method Description
GET_AVAILABLECOMPUTECAPACITY() Getter for AVAILABLECOMPUTECAPACITY, with configurable defau
ASK_AVAILABLECOMPUTECAPACITY() Getter for AVAILABLECOMPUTECAPACITY w/ exceptions if field h
HAS_AVAILABLECOMPUTECAPACITY() Determine if AVAILABLECOMPUTECAPACITY has a value