/AWS1/CL_DRSSTRTRECREQSRCSER00¶
An object representing the Source Server to recover.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_sourceserverid
TYPE /AWS1/DRSSOURCESERVERID
/AWS1/DRSSOURCESERVERID
¶
The ID of the Source Server you want to recover.
Optional arguments:¶
iv_recoverysnapshotid
TYPE /AWS1/DRSRECOVERYSNAPSHOTID
/AWS1/DRSRECOVERYSNAPSHOTID
¶
The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by taking an on-demand snapshot.
Queryable Attributes¶
sourceServerID¶
The ID of the Source Server you want to recover.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCESERVERID() |
Getter for SOURCESERVERID, with configurable default |
ASK_SOURCESERVERID() |
Getter for SOURCESERVERID w/ exceptions if field has no valu |
HAS_SOURCESERVERID() |
Determine if SOURCESERVERID has a value |
recoverySnapshotID¶
The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by taking an on-demand snapshot.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECOVERYSNAPSHOTID() |
Getter for RECOVERYSNAPSHOTID, with configurable default |
ASK_RECOVERYSNAPSHOTID() |
Getter for RECOVERYSNAPSHOTID w/ exceptions if field has no |
HAS_RECOVERYSNAPSHOTID() |
Determine if RECOVERYSNAPSHOTID 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_STARTRECREQSOURCESERVERS
¶
TYPES TT_STARTRECREQSOURCESERVERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DRSSTRTRECREQSRCSER00 WITH DEFAULT KEY
.