Skip to content

/AWS1/CL_MGNTARGETNETWORK

Configuration for the target network topology and addressing.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_topology TYPE /AWS1/MGNTARGETNETWORKTOPOLOGY /AWS1/MGNTARGETNETWORKTOPOLOGY

The network topology type for the target environment.

Optional arguments:

iv_inboundcidr TYPE /AWS1/MGNCIDR /AWS1/MGNCIDR

The CIDR block for inbound traffic in the target network.

iv_outboundcidr TYPE /AWS1/MGNCIDR /AWS1/MGNCIDR

The CIDR block for outbound traffic in the target network.

iv_inspectioncidr TYPE /AWS1/MGNCIDR /AWS1/MGNCIDR

The CIDR block for inspection traffic in the target network.


Queryable Attributes

topology

The network topology type for the target environment.

Accessible with the following methods

Method Description
GET_TOPOLOGY() Getter for TOPOLOGY, with configurable default
ASK_TOPOLOGY() Getter for TOPOLOGY w/ exceptions if field has no value
HAS_TOPOLOGY() Determine if TOPOLOGY has a value

inboundCidr

The CIDR block for inbound traffic in the target network.

Accessible with the following methods

Method Description
GET_INBOUNDCIDR() Getter for INBOUNDCIDR, with configurable default
ASK_INBOUNDCIDR() Getter for INBOUNDCIDR w/ exceptions if field has no value
HAS_INBOUNDCIDR() Determine if INBOUNDCIDR has a value

outboundCidr

The CIDR block for outbound traffic in the target network.

Accessible with the following methods

Method Description
GET_OUTBOUNDCIDR() Getter for OUTBOUNDCIDR, with configurable default
ASK_OUTBOUNDCIDR() Getter for OUTBOUNDCIDR w/ exceptions if field has no value
HAS_OUTBOUNDCIDR() Determine if OUTBOUNDCIDR has a value

inspectionCidr

The CIDR block for inspection traffic in the target network.

Accessible with the following methods

Method Description
GET_INSPECTIONCIDR() Getter for INSPECTIONCIDR, with configurable default
ASK_INSPECTIONCIDR() Getter for INSPECTIONCIDR w/ exceptions if field has no valu
HAS_INSPECTIONCIDR() Determine if INSPECTIONCIDR has a value