| ResourceAssignmentViolationStatus Enumeration |
Indicates the status of a violation "belonging" to an assignment.
These are the same values as in ViolationStatus
but with additional values e.g. to indicate a "No violation" status.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum ResourceAssignmentViolationStatus
Members
| Member name | Value | Description |
---|
| NoOverride | 0 |
The violation can't be overridden/accepted.
The assignment will therefore not be provisioned / will be deprovisioned if already provisioned.
|
| DecisionPendingNotAllowed | 1 |
An evaluation procedure exists for the violation - the decision is pending.
The assignment will not be provisioned / will be deprovisioned if already provisioned.
|
| DecisionPendingAllowed | 2 |
An evaluation procedure exists for the violation - the decision is pending.
The assignment WILL be provisioned.
|
| Allowed | 3 |
In an evaluation process it was decided that the resource assignment is allowed/dispensated despite the constraint that it violates.
The assignment WILL therefore be provisioned.
|
| NotAllowed | 4 |
In an evaluation process it was decided that the resource assignment is not allowed.
The resource assignment will therefore not be provisioned / will be deprovisioned if already provisioned.
|
| NoViolation | 5 | |
See Also