/AWS1/CL_ODBCLOUDAUTONOMOUSV02¶
Resource details of an Autonomous VM cluster.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cloudautonomousvmclustid TYPE /AWS1/ODBRESOURCEID /AWS1/ODBRESOURCEID¶
The unique identifier of the Autonomous VM cluster.
iv_unallocatedadbstrgintbs TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The amount of unallocated Autonomous Database storage in the Autonomous VM cluster, in terabytes.
Queryable Attributes¶
cloudAutonomousVmClusterId¶
The unique identifier of the Autonomous VM cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDAUTONOMOUSVMCLUSTID() |
Getter for CLOUDAUTONOMOUSVMCLUSTERID, with configurable def |
ASK_CLOUDAUTONOMOUSVMCLUSTID() |
Getter for CLOUDAUTONOMOUSVMCLUSTERID w/ exceptions if field |
HAS_CLOUDAUTONOMOUSVMCLUSTID() |
Determine if CLOUDAUTONOMOUSVMCLUSTERID has a value |
unallocatedAdbStorageInTBs¶
The amount of unallocated Autonomous Database storage in the Autonomous VM cluster, in terabytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNALLOCATEDADBSTRGINTBS() |
Getter for UNALLOCATEDADBSTORAGEINTBS, with configurable def |
ASK_UNALLOCATEDADBSTRGINTBS() |
Getter for UNALLOCATEDADBSTORAGEINTBS w/ exceptions if field |
STR_UNALLOCATEDADBSTRGINTBS() |
String format for UNALLOCATEDADBSTORAGEINTBS, with configura |
HAS_UNALLOCATEDADBSTRGINTBS() |
Determine if UNALLOCATEDADBSTORAGEINTBS 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_CLOUDAUTONOMOUSVMCLSTRESD00¶
TYPES TT_CLOUDAUTONOMOUSVMCLSTRESD00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBCLOUDAUTONOMOUSV02 WITH DEFAULT KEY
.