Restructure for authorative models
[policy/models.git] / models-pdp / src / main / java / org / onap / policy / models / pdp / enums / PdpHealthStatus.java
index 7d31c33..e8bbb2c 100644 (file)
@@ -42,4 +42,9 @@ public enum PdpHealthStatus {
      * PDP is currently under test state and performing tests.
      */
     TEST_IN_PROGRESS,
+
+    /**
+     * The health status of the PDP is unknown.
+     */
+    UNKNOWN
 }