/AWS1/CL_OSRMIGRATIONWORKSPACE¶
The target workspace configuration for a migration. You can specify an existing workspace by ID or request creation of a new workspace.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_workspaceid TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The unique identifier of an existing workspace to use as the migration target. Specify either this parameter or
createWorkspace.
iv_createworkspace TYPE /AWS1/OSRBOOLEAN /AWS1/OSRBOOLEAN¶
Specifies whether to create a new workspace as the migration target. If
true, you must also specifyname.
iv_name TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The name of the new workspace to create. Required when
createWorkspaceistrue.
iv_type TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The type of the new workspace to create.
Queryable Attributes¶
workspaceId¶
The unique identifier of an existing workspace to use as the migration target. Specify either this parameter or
createWorkspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACEID() |
Getter for WORKSPACEID, with configurable default |
ASK_WORKSPACEID() |
Getter for WORKSPACEID w/ exceptions if field has no value |
HAS_WORKSPACEID() |
Determine if WORKSPACEID has a value |
createWorkspace¶
Specifies whether to create a new workspace as the migration target. If
true, you must also specifyname.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEWORKSPACE() |
Getter for CREATEWORKSPACE, with configurable default |
ASK_CREATEWORKSPACE() |
Getter for CREATEWORKSPACE w/ exceptions if field has no val |
HAS_CREATEWORKSPACE() |
Determine if CREATEWORKSPACE has a value |
name¶
The name of the new workspace to create. Required when
createWorkspaceistrue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
type¶
The type of the new workspace to create.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |