/AWS1/CL_DSRHYBRIDUPDINFOENTRY¶
Contains detailed information about a specific update activity for a hybrid directory component.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/DSRUPDATESTATUS /AWS1/DSRUPDATESTATUS¶
The current status of the update activity. Valid values include
UPDATED,UPDATING, andUPDATE_FAILED.
iv_statusreason TYPE /AWS1/DSRUPDATESTATUSREASON /AWS1/DSRUPDATESTATUSREASON¶
A human-readable description of the update status, including any error details or progress information.
iv_initiatedby TYPE /AWS1/DSRINITIATEDBY /AWS1/DSRINITIATEDBY¶
Specifies if the update was initiated by the customer or Amazon Web Services.
io_newvalue TYPE REF TO /AWS1/CL_DSRHYBRIDUPDATEVALUE /AWS1/CL_DSRHYBRIDUPDATEVALUE¶
The new configuration values being applied in this update.
io_previousvalue TYPE REF TO /AWS1/CL_DSRHYBRIDUPDATEVALUE /AWS1/CL_DSRHYBRIDUPDATEVALUE¶
The previous configuration values before this update was applied.
iv_starttime TYPE /AWS1/DSRSTARTDATETIME /AWS1/DSRSTARTDATETIME¶
The date and time when the update activity was initiated.
iv_lastupdateddatetime TYPE /AWS1/DSRLASTUPDATEDDATETIME /AWS1/DSRLASTUPDATEDDATETIME¶
The date and time when the update activity status was last updated.
iv_assessmentid TYPE /AWS1/DSRASSESSMENTID /AWS1/DSRASSESSMENTID¶
The identifier of the assessment performed to validate this update configuration.
Queryable Attributes¶
Status¶
The current status of the update activity. Valid values include
UPDATED,UPDATING, andUPDATE_FAILED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StatusReason¶
A human-readable description of the update status, including any error details or progress information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
InitiatedBy¶
Specifies if the update was initiated by the customer or Amazon Web Services.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INITIATEDBY() |
Getter for INITIATEDBY, with configurable default |
ASK_INITIATEDBY() |
Getter for INITIATEDBY w/ exceptions if field has no value |
HAS_INITIATEDBY() |
Determine if INITIATEDBY has a value |
NewValue¶
The new configuration values being applied in this update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEWVALUE() |
Getter for NEWVALUE |
PreviousValue¶
The previous configuration values before this update was applied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREVIOUSVALUE() |
Getter for PREVIOUSVALUE |
StartTime¶
The date and time when the update activity was initiated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
LastUpdatedDateTime¶
The date and time when the update activity status was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME, with configurable default |
ASK_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDDATETIME() |
Determine if LASTUPDATEDDATETIME has a value |
AssessmentId¶
The identifier of the assessment performed to validate this update configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSESSMENTID() |
Getter for ASSESSMENTID, with configurable default |
ASK_ASSESSMENTID() |
Getter for ASSESSMENTID w/ exceptions if field has no value |
HAS_ASSESSMENTID() |
Determine if ASSESSMENTID 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_HYBRIDUPDATEINFOENTRIES¶
TYPES TT_HYBRIDUPDATEINFOENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DSRHYBRIDUPDINFOENTRY WITH DEFAULT KEY
.