/AWS1/CL_MGNOPERATIONUNION¶
A union type representing the operation to perform on a construct during a mapping update.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_merge TYPE REF TO /AWS1/CL_MGNMERGEOPERATION /AWS1/CL_MGNMERGEOPERATION¶
A merge operation to combine constructs from different segments.
io_split TYPE REF TO /AWS1/CL_MGNSPLITOPERATION /AWS1/CL_MGNSPLITOPERATION¶
A split operation to divide a construct into multiple constructs with specified CIDR blocks.
io_delete TYPE REF TO /AWS1/CL_MGNDELETEOPERATION /AWS1/CL_MGNDELETEOPERATION¶
A delete operation to remove a construct from the mapping.
io_update TYPE REF TO /AWS1/CL_MGNUPDATEOPERATION /AWS1/CL_MGNUPDATEOPERATION¶
An update operation to modify construct properties.
Queryable Attributes¶
merge¶
A merge operation to combine constructs from different segments.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MERGE() |
Getter for MERGE |
split¶
A split operation to divide a construct into multiple constructs with specified CIDR blocks.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPLIT() |
Getter for SPLIT |
delete¶
A delete operation to remove a construct from the mapping.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETE() |
Getter for DELETE |
update¶
An update operation to modify construct properties.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATE() |
Getter for UPDATE |