Skip to content

/AWS1/CL_MGNNETMIGMAPRSEGCNSTR

Represents a construct within a mapper segment. A construct is an individual infrastructure component such as a VPC, subnet, security group, route table, or other network resource that is part of the network migration.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_constructid TYPE /AWS1/MGNCONSTRUCTID /AWS1/MGNCONSTRUCTID

The unique identifier of the construct.

iv_constructtype TYPE /AWS1/MGNNETMIGMAPSEGCNSTYPE /AWS1/MGNNETMIGMAPSEGCNSTYPE

The type of the construct, such as VPC, subnet, security group, or route table.

iv_name TYPE /AWS1/MGNSEGMENTCONSTRUCTNAME /AWS1/MGNSEGMENTCONSTRUCTNAME

The name of the construct.

iv_description TYPE /AWS1/MGNSEGMENTCONSTRUCTDESC /AWS1/MGNSEGMENTCONSTRUCTDESC

A description of the construct.

iv_logicalid TYPE /AWS1/MGNLOGICALID /AWS1/MGNLOGICALID

The logical identifier for the construct in the infrastructure code.

iv_createdat TYPE /AWS1/MGNTIMESTAMP /AWS1/MGNTIMESTAMP

The timestamp when the construct was created.

iv_updatedat TYPE /AWS1/MGNTIMESTAMP /AWS1/MGNTIMESTAMP

The timestamp when the construct was last updated.

it_properties TYPE /AWS1/CL_MGNCONSTRUCTPROPS_W=>TT_CONSTRUCTPROPERTIES TT_CONSTRUCTPROPERTIES

The properties and configuration of the construct.


Queryable Attributes

constructID

The unique identifier of the construct.

Accessible with the following methods

Method Description
GET_CONSTRUCTID() Getter for CONSTRUCTID, with configurable default
ASK_CONSTRUCTID() Getter for CONSTRUCTID w/ exceptions if field has no value
HAS_CONSTRUCTID() Determine if CONSTRUCTID has a value

constructType

The type of the construct, such as VPC, subnet, security group, or route table.

Accessible with the following methods

Method Description
GET_CONSTRUCTTYPE() Getter for CONSTRUCTTYPE, with configurable default
ASK_CONSTRUCTTYPE() Getter for CONSTRUCTTYPE w/ exceptions if field has no value
HAS_CONSTRUCTTYPE() Determine if CONSTRUCTTYPE has a value

name

The name of the construct.

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

description

A description of the construct.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

logicalID

The logical identifier for the construct in the infrastructure code.

Accessible with the following methods

Method Description
GET_LOGICALID() Getter for LOGICALID, with configurable default
ASK_LOGICALID() Getter for LOGICALID w/ exceptions if field has no value
HAS_LOGICALID() Determine if LOGICALID has a value

createdAt

The timestamp when the construct was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp when the construct was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

properties

The properties and configuration of the construct.

Accessible with the following methods

Method Description
GET_PROPERTIES() Getter for PROPERTIES, with configurable default
ASK_PROPERTIES() Getter for PROPERTIES w/ exceptions if field has no value
HAS_PROPERTIES() Determine if PROPERTIES 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_NETMIGRMAPPERSEGCNSTRCTS

TYPES TT_NETMIGRMAPPERSEGCNSTRCTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNNETMIGMAPRSEGCNSTR WITH DEFAULT KEY
.