/AWS1/CL_DRSSOURCENETWORKDATA¶
Properties of Source Network related to a job event.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourcenetworkid TYPE /AWS1/DRSSOURCENETWORKID /AWS1/DRSSOURCENETWORKID¶
Source Network ID.
iv_sourcevpc TYPE /AWS1/DRSVPCID /AWS1/DRSVPCID¶
VPC ID protected by the Source Network.
iv_targetvpc TYPE /AWS1/DRSVPCID /AWS1/DRSVPCID¶
ID of the recovered VPC following Source Network recovery.
iv_stackname TYPE /AWS1/DRSLARGEBOUNDEDSTRING /AWS1/DRSLARGEBOUNDEDSTRING¶
CloudFormation stack name that was deployed for recovering the Source Network.
Queryable Attributes¶
sourceNetworkID¶
Source Network ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCENETWORKID() |
Getter for SOURCENETWORKID, with configurable default |
ASK_SOURCENETWORKID() |
Getter for SOURCENETWORKID w/ exceptions if field has no val |
HAS_SOURCENETWORKID() |
Determine if SOURCENETWORKID has a value |
sourceVpc¶
VPC ID protected by the Source Network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEVPC() |
Getter for SOURCEVPC, with configurable default |
ASK_SOURCEVPC() |
Getter for SOURCEVPC w/ exceptions if field has no value |
HAS_SOURCEVPC() |
Determine if SOURCEVPC has a value |
targetVpc¶
ID of the recovered VPC following Source Network recovery.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETVPC() |
Getter for TARGETVPC, with configurable default |
ASK_TARGETVPC() |
Getter for TARGETVPC w/ exceptions if field has no value |
HAS_TARGETVPC() |
Determine if TARGETVPC has a value |
stackName¶
CloudFormation stack name that was deployed for recovering the Source Network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STACKNAME() |
Getter for STACKNAME, with configurable default |
ASK_STACKNAME() |
Getter for STACKNAME w/ exceptions if field has no value |
HAS_STACKNAME() |
Determine if STACKNAME has a value |