Module Values.EntryViolationSource

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.

Sourcetype nonrec t = {
  1. expectedEntry : EntryDescription.t option;
    (*

    The Firewall Manager-managed network ACL entry that is involved in the entry violation.

    *)
  2. expectedEvaluationOrder : LengthBoundedString.t option;
    (*

    The evaluation location within the ordered list of entries where the ExpectedEntry should be, according to the network ACL policy specifications.

    *)
  3. actualEvaluationOrder : LengthBoundedString.t option;
    (*

    The evaluation location within the ordered list of entries where the ExpectedEntry is currently located.

    *)
  4. entryAtExpectedEvaluationOrder : EntryDescription.t option;
    (*

    The entry that's currently in the ExpectedEvaluationOrder location, in place of the expected entry.

    *)
  5. entriesWithConflicts : EntriesWithConflicts.t option;
    (*

    The list of entries that are in conflict with ExpectedEntry.

    *)
  6. entryViolationReasons : EntryViolationReasons.t option;
    (*

    Descriptions of the violations that Firewall Manager found for these entries.

    *)
}
Sourceval make : ?expectedEntry:??? -> ?expectedEvaluationOrder:??? -> ?actualEvaluationOrder:??? -> ?entryAtExpectedEvaluationOrder:??? -> ?entriesWithConflicts:??? -> ?entryViolationReasons:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of IntegerObjectMinimum0.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of LengthBoundedString.t | `Structure of (string * [> `Integer of IntegerObject.t ]) list ]) list ]) list ] list | `String of LengthBoundedString.t | `Structure of (string * [> `Enum of string | `Integer of IntegerObjectMinimum0.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of LengthBoundedString.t | `Structure of (string * [> `Integer of IntegerObject.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t