/AWS1/CL_MGNSRCSERVERACTIONDOC¶
SourceServerActionDocument
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_actionid TYPE /AWS1/MGNACTIONID /AWS1/MGNACTIONID¶
Source server post migration custom action ID.
iv_actionname TYPE /AWS1/MGNACTIONNAME /AWS1/MGNACTIONNAME¶
Source server post migration custom action name.
iv_documentidentifier TYPE /AWS1/MGNBOUNDEDSTRING /AWS1/MGNBOUNDEDSTRING¶
Source server post migration custom action document identifier.
iv_order TYPE /AWS1/MGNORDERTYPE /AWS1/MGNORDERTYPE¶
Source server post migration custom action order.
iv_documentversion TYPE /AWS1/MGNDOCUMENTVERSION /AWS1/MGNDOCUMENTVERSION¶
Source server post migration custom action document version.
iv_active TYPE /AWS1/MGNBOOLEAN /AWS1/MGNBOOLEAN¶
Source server post migration custom action active status.
iv_timeoutseconds TYPE /AWS1/MGNSTRICTLYPOSINTEGER /AWS1/MGNSTRICTLYPOSINTEGER¶
Source server post migration custom action timeout in seconds.
iv_mustsucceedforcutover TYPE /AWS1/MGNBOOLEAN /AWS1/MGNBOOLEAN¶
Source server post migration custom action must succeed for cutover.
it_parameters TYPE /AWS1/CL_MGNSSMPARAMSTOREPARAM=>TT_SSMDOCUMENTPARAMETERS TT_SSMDOCUMENTPARAMETERS¶
Source server post migration custom action parameters.
it_externalparameters TYPE /AWS1/CL_MGNSSMEXTERNALPARAM=>TT_SSMDOCUMENTEXTERNALPARAMS TT_SSMDOCUMENTEXTERNALPARAMS¶
Source server post migration custom action external parameters.
iv_description TYPE /AWS1/MGNACTIONDESCRIPTION /AWS1/MGNACTIONDESCRIPTION¶
Source server post migration custom action description.
iv_category TYPE /AWS1/MGNACTIONCATEGORY /AWS1/MGNACTIONCATEGORY¶
Source server post migration custom action category.
Queryable Attributes¶
actionID¶
Source server post migration custom action ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONID() |
Getter for ACTIONID, with configurable default |
ASK_ACTIONID() |
Getter for ACTIONID w/ exceptions if field has no value |
HAS_ACTIONID() |
Determine if ACTIONID has a value |
actionName¶
Source server post migration custom action name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONNAME() |
Getter for ACTIONNAME, with configurable default |
ASK_ACTIONNAME() |
Getter for ACTIONNAME w/ exceptions if field has no value |
HAS_ACTIONNAME() |
Determine if ACTIONNAME has a value |
documentIdentifier¶
Source server post migration custom action document identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTIDENTIFIER() |
Getter for DOCUMENTIDENTIFIER, with configurable default |
ASK_DOCUMENTIDENTIFIER() |
Getter for DOCUMENTIDENTIFIER w/ exceptions if field has no |
HAS_DOCUMENTIDENTIFIER() |
Determine if DOCUMENTIDENTIFIER has a value |
order¶
Source server post migration custom action order.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORDER() |
Getter for ORDER, with configurable default |
ASK_ORDER() |
Getter for ORDER w/ exceptions if field has no value |
HAS_ORDER() |
Determine if ORDER has a value |
documentVersion¶
Source server post migration custom action document version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTVERSION() |
Getter for DOCUMENTVERSION, with configurable default |
ASK_DOCUMENTVERSION() |
Getter for DOCUMENTVERSION w/ exceptions if field has no val |
HAS_DOCUMENTVERSION() |
Determine if DOCUMENTVERSION has a value |
active¶
Source server post migration custom action active status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIVE() |
Getter for ACTIVE, with configurable default |
ASK_ACTIVE() |
Getter for ACTIVE w/ exceptions if field has no value |
HAS_ACTIVE() |
Determine if ACTIVE has a value |
timeoutSeconds¶
Source server post migration custom action timeout in seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEOUTSECONDS() |
Getter for TIMEOUTSECONDS, with configurable default |
ASK_TIMEOUTSECONDS() |
Getter for TIMEOUTSECONDS w/ exceptions if field has no valu |
HAS_TIMEOUTSECONDS() |
Determine if TIMEOUTSECONDS has a value |
mustSucceedForCutover¶
Source server post migration custom action must succeed for cutover.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MUSTSUCCEEDFORCUTOVER() |
Getter for MUSTSUCCEEDFORCUTOVER, with configurable default |
ASK_MUSTSUCCEEDFORCUTOVER() |
Getter for MUSTSUCCEEDFORCUTOVER w/ exceptions if field has |
HAS_MUSTSUCCEEDFORCUTOVER() |
Determine if MUSTSUCCEEDFORCUTOVER has a value |
parameters¶
Source server post migration custom action parameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |
externalParameters¶
Source server post migration custom action external parameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTERNALPARAMETERS() |
Getter for EXTERNALPARAMETERS, with configurable default |
ASK_EXTERNALPARAMETERS() |
Getter for EXTERNALPARAMETERS w/ exceptions if field has no |
HAS_EXTERNALPARAMETERS() |
Determine if EXTERNALPARAMETERS has a value |
description¶
Source server post migration custom action description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
category¶
Source server post migration custom action category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATEGORY() |
Getter for CATEGORY, with configurable default |
ASK_CATEGORY() |
Getter for CATEGORY w/ exceptions if field has no value |
HAS_CATEGORY() |
Determine if CATEGORY 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_SOURCESERVERACTIONDOCUMENTS¶
TYPES TT_SOURCESERVERACTIONDOCUMENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNSRCSERVERACTIONDOC WITH DEFAULT KEY
.