/AWS1/CL_REHUNSUPPEDRESOURCE¶
Defines a resource that is not supported by Resilience Hub.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_logicalresourceid TYPE REF TO /AWS1/CL_REHLOGICALRESOURCEID /AWS1/CL_REHLOGICALRESOURCEID¶
Logical resource identifier for the unsupported resource.
io_physicalresourceid TYPE REF TO /AWS1/CL_REHPHYSICALRESOURCEID /AWS1/CL_REHPHYSICALRESOURCEID¶
Physical resource identifier for the unsupported resource.
iv_resourcetype TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
The type of resource.
Optional arguments:¶
iv_unsupportedresourcestatus TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
The status of the unsupported resource.
Queryable Attributes¶
logicalResourceId¶
Logical resource identifier for the unsupported resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGICALRESOURCEID() |
Getter for LOGICALRESOURCEID |
physicalResourceId¶
Physical resource identifier for the unsupported resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHYSICALRESOURCEID() |
Getter for PHYSICALRESOURCEID |
resourceType¶
The type of resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
unsupportedResourceStatus¶
The status of the unsupported resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNSUPPEDRESOURCESTATUS() |
Getter for UNSUPPORTEDRESOURCESTATUS, with configurable defa |
ASK_UNSUPPEDRESOURCESTATUS() |
Getter for UNSUPPORTEDRESOURCESTATUS w/ exceptions if field |
HAS_UNSUPPEDRESOURCESTATUS() |
Determine if UNSUPPORTEDRESOURCESTATUS 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_UNSUPPORTEDRESOURCELIST¶
TYPES TT_UNSUPPORTEDRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REHUNSUPPEDRESOURCE WITH DEFAULT KEY
.