/AWS1/CL_FMSENTRYVIOLATION¶
Detailed information about an entry violation in a network ACL. The violation is against the network ACL specification inside the
Firewall Manager network ACL policy. This data object is part of InvalidNetworkAclEntriesViolation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_expectedentry TYPE REF TO /AWS1/CL_FMSENTRYDESCRIPTION /AWS1/CL_FMSENTRYDESCRIPTION¶
The Firewall Manager-managed network ACL entry that is involved in the entry violation.
iv_expectedevaluationorder TYPE /AWS1/FMSLENGTHBOUNDEDSTRING /AWS1/FMSLENGTHBOUNDEDSTRING¶
The evaluation location within the ordered list of entries where the
ExpectedEntryshould be, according to the network ACL policy specifications.
iv_actualevaluationorder TYPE /AWS1/FMSLENGTHBOUNDEDSTRING /AWS1/FMSLENGTHBOUNDEDSTRING¶
The evaluation location within the ordered list of entries where the
ExpectedEntryis currently located.
io_entryatexpectedevalorder TYPE REF TO /AWS1/CL_FMSENTRYDESCRIPTION /AWS1/CL_FMSENTRYDESCRIPTION¶
The entry that's currently in the
ExpectedEvaluationOrderlocation, in place of the expected entry.
it_entrieswithconflicts TYPE /AWS1/CL_FMSENTRYDESCRIPTION=>TT_ENTRIESWITHCONFLICTS TT_ENTRIESWITHCONFLICTS¶
The list of entries that are in conflict with
ExpectedEntry.
it_entryviolationreasons TYPE /AWS1/CL_FMSENTRYVIOREASONS_W=>TT_ENTRYVIOLATIONREASONS TT_ENTRYVIOLATIONREASONS¶
Descriptions of the violations that Firewall Manager found for these entries.
Queryable Attributes¶
ExpectedEntry¶
The Firewall Manager-managed network ACL entry that is involved in the entry violation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPECTEDENTRY() |
Getter for EXPECTEDENTRY |
ExpectedEvaluationOrder¶
The evaluation location within the ordered list of entries where the
ExpectedEntryshould be, according to the network ACL policy specifications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPECTEDEVALUATIONORDER() |
Getter for EXPECTEDEVALUATIONORDER, with configurable defaul |
ASK_EXPECTEDEVALUATIONORDER() |
Getter for EXPECTEDEVALUATIONORDER w/ exceptions if field ha |
HAS_EXPECTEDEVALUATIONORDER() |
Determine if EXPECTEDEVALUATIONORDER has a value |
ActualEvaluationOrder¶
The evaluation location within the ordered list of entries where the
ExpectedEntryis currently located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTUALEVALUATIONORDER() |
Getter for ACTUALEVALUATIONORDER, with configurable default |
ASK_ACTUALEVALUATIONORDER() |
Getter for ACTUALEVALUATIONORDER w/ exceptions if field has |
HAS_ACTUALEVALUATIONORDER() |
Determine if ACTUALEVALUATIONORDER has a value |
EntryAtExpectedEvaluationOrder¶
The entry that's currently in the
ExpectedEvaluationOrderlocation, in place of the expected entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTRYATEXPECTEDEVALORDER() |
Getter for ENTRYATEXPECTEDEVALORDER |
EntriesWithConflicts¶
The list of entries that are in conflict with
ExpectedEntry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTRIESWITHCONFLICTS() |
Getter for ENTRIESWITHCONFLICTS, with configurable default |
ASK_ENTRIESWITHCONFLICTS() |
Getter for ENTRIESWITHCONFLICTS w/ exceptions if field has n |
HAS_ENTRIESWITHCONFLICTS() |
Determine if ENTRIESWITHCONFLICTS has a value |
EntryViolationReasons¶
Descriptions of the violations that Firewall Manager found for these entries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTRYVIOLATIONREASONS() |
Getter for ENTRYVIOLATIONREASONS, with configurable default |
ASK_ENTRYVIOLATIONREASONS() |
Getter for ENTRYVIOLATIONREASONS w/ exceptions if field has |
HAS_ENTRYVIOLATIONREASONS() |
Determine if ENTRYVIOLATIONREASONS 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_ENTRYVIOLATIONS¶
TYPES TT_ENTRYVIOLATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FMSENTRYVIOLATION WITH DEFAULT KEY
.