/AWS1/CL_GDYNETWORKCONNACTION¶
Contains information about the NETWORK_CONNECTION action described in the finding.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_blocked
TYPE /AWS1/GDYBOOLEAN
/AWS1/GDYBOOLEAN
¶
Indicates whether EC2 blocked the network connection to your instance.
iv_connectiondirection
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The network connection direction.
io_localportdetails
TYPE REF TO /AWS1/CL_GDYLOCALPORTDETAILS
/AWS1/CL_GDYLOCALPORTDETAILS
¶
The local port information of the connection.
iv_protocol
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The network connection protocol.
io_localipdetails
TYPE REF TO /AWS1/CL_GDYLOCALIPDETAILS
/AWS1/CL_GDYLOCALIPDETAILS
¶
The local IP information of the connection.
iv_localnetworkinterface
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The EC2 instance's local elastic network interface utilized for the connection.
io_remoteipdetails
TYPE REF TO /AWS1/CL_GDYREMOTEIPDETAILS
/AWS1/CL_GDYREMOTEIPDETAILS
¶
The remote IP information of the connection.
io_remoteportdetails
TYPE REF TO /AWS1/CL_GDYREMOTEPORTDETAILS
/AWS1/CL_GDYREMOTEPORTDETAILS
¶
The remote port information of the connection.
Queryable Attributes¶
Blocked¶
Indicates whether EC2 blocked the network connection to your instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BLOCKED() |
Getter for BLOCKED, with configurable default |
ASK_BLOCKED() |
Getter for BLOCKED w/ exceptions if field has no value |
HAS_BLOCKED() |
Determine if BLOCKED has a value |
ConnectionDirection¶
The network connection direction.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONNECTIONDIRECTION() |
Getter for CONNECTIONDIRECTION, with configurable default |
ASK_CONNECTIONDIRECTION() |
Getter for CONNECTIONDIRECTION w/ exceptions if field has no |
HAS_CONNECTIONDIRECTION() |
Determine if CONNECTIONDIRECTION has a value |
LocalPortDetails¶
The local port information of the connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOCALPORTDETAILS() |
Getter for LOCALPORTDETAILS |
Protocol¶
The network connection protocol.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROTOCOL() |
Getter for PROTOCOL, with configurable default |
ASK_PROTOCOL() |
Getter for PROTOCOL w/ exceptions if field has no value |
HAS_PROTOCOL() |
Determine if PROTOCOL has a value |
LocalIpDetails¶
The local IP information of the connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOCALIPDETAILS() |
Getter for LOCALIPDETAILS |
LocalNetworkInterface¶
The EC2 instance's local elastic network interface utilized for the connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOCALNETWORKINTERFACE() |
Getter for LOCALNETWORKINTERFACE, with configurable default |
ASK_LOCALNETWORKINTERFACE() |
Getter for LOCALNETWORKINTERFACE w/ exceptions if field has |
HAS_LOCALNETWORKINTERFACE() |
Determine if LOCALNETWORKINTERFACE has a value |
RemoteIpDetails¶
The remote IP information of the connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REMOTEIPDETAILS() |
Getter for REMOTEIPDETAILS |
RemotePortDetails¶
The remote port information of the connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REMOTEPORTDETAILS() |
Getter for REMOTEPORTDETAILS |