/AWS1/CL_GDYPORTPROBEACTION¶
Contains information about the PORT_PROBE action described in the finding.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_blocked
TYPE /AWS1/GDYBOOLEAN
/AWS1/GDYBOOLEAN
¶
Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.
it_portprobedetails
TYPE /AWS1/CL_GDYPORTPROBEDETAIL=>TT_PORTPROBEDETAILS
TT_PORTPROBEDETAILS
¶
A list of objects related to port probe details.
Queryable Attributes¶
Blocked¶
Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.
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 |
PortProbeDetails¶
A list of objects related to port probe details.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PORTPROBEDETAILS() |
Getter for PORTPROBEDETAILS, with configurable default |
ASK_PORTPROBEDETAILS() |
Getter for PORTPROBEDETAILS w/ exceptions if field has no va |
HAS_PORTPROBEDETAILS() |
Determine if PORTPROBEDETAILS has a value |