/AWS1/CL_WSPRELATEDWORKSPACE00¶
Describes the related WorkSpace. The related WorkSpace could be a standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_workspaceid TYPE /AWS1/WSPWORKSPACEID /AWS1/WSPWORKSPACEID¶
The identifier of the related WorkSpace.
iv_region TYPE /AWS1/WSPREGION /AWS1/WSPREGION¶
The Region of the related WorkSpace.
iv_state TYPE /AWS1/WSPWORKSPACESTATE /AWS1/WSPWORKSPACESTATE¶
Indicates the state of the WorkSpace.
iv_type TYPE /AWS1/WSPSTANDBYWORKSPACEREL00 /AWS1/WSPSTANDBYWORKSPACEREL00¶
Indicates the type of WorkSpace.
Queryable Attributes¶
WorkspaceId¶
The identifier of the related WorkSpace.
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 |
Region¶
The Region of the related WorkSpace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
State¶
Indicates the state of the WorkSpace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
Type¶
Indicates the type of WorkSpace.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RELATEDWORKSPACES¶
TYPES TT_RELATEDWORKSPACES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSPRELATEDWORKSPACE00 WITH DEFAULT KEY
.