/AWS1/CL_MGNNETMIGRDEFNSUMM¶
A summary of a network migration definition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_networkmigrationdefnid TYPE /AWS1/MGNNETWORKMIGRDEFNID /AWS1/MGNNETWORKMIGRDEFNID¶
The unique identifier of the network migration definition.
iv_name TYPE /AWS1/MGNNETWORKMIGRDEFNNAME /AWS1/MGNNETWORKMIGRDEFNNAME¶
The name of the network migration definition.
iv_sourceenvironment TYPE /AWS1/MGNSOURCEENVIRONMENT /AWS1/MGNSOURCEENVIRONMENT¶
The source environment configuration.
iv_arn TYPE /AWS1/MGNARN /AWS1/MGNARN¶
The Amazon Resource Name (ARN) of the network migration definition.
it_tags TYPE /AWS1/CL_MGNTAGSMAP_W=>TT_TAGSMAP TT_TAGSMAP¶
Tags assigned to the network migration definition.
it_scopetags TYPE /AWS1/CL_MGNSCOPETAGSMAP_W=>TT_SCOPETAGSMAP TT_SCOPETAGSMAP¶
Scope tags for the network migration definition.
Queryable Attributes¶
networkMigrationDefinitionID¶
The unique identifier of the network migration definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKMIGRATIONDEFNID() |
Getter for NETWORKMIGRATIONDEFINITIONID, with configurable d |
ASK_NETWORKMIGRATIONDEFNID() |
Getter for NETWORKMIGRATIONDEFINITIONID w/ exceptions if fie |
HAS_NETWORKMIGRATIONDEFNID() |
Determine if NETWORKMIGRATIONDEFINITIONID has a value |
name¶
The name of the network migration definition.
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 |
sourceEnvironment¶
The source environment configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEENVIRONMENT() |
Getter for SOURCEENVIRONMENT, with configurable default |
ASK_SOURCEENVIRONMENT() |
Getter for SOURCEENVIRONMENT w/ exceptions if field has no v |
HAS_SOURCEENVIRONMENT() |
Determine if SOURCEENVIRONMENT has a value |
arn¶
The Amazon Resource Name (ARN) of the network migration definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
tags¶
Tags assigned to the network migration definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
scopeTags¶
Scope tags for the network migration definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPETAGS() |
Getter for SCOPETAGS, with configurable default |
ASK_SCOPETAGS() |
Getter for SCOPETAGS w/ exceptions if field has no value |
HAS_SCOPETAGS() |
Determine if SCOPETAGS 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_NETWORKMIGRDEFNSUMSLIST¶
TYPES TT_NETWORKMIGRDEFNSUMSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNNETMIGRDEFNSUMM WITH DEFAULT KEY
.