Fixed the Policy API issues and Bugfixes
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / openecomp / policy / api / RuleProvider.java
index e263d5d..99f075a 100644 (file)
@@ -36,7 +36,15 @@ public enum RuleProvider {
        /**
         * Indicates AAF will be providing the Rule information. 
         */
-       AAF("AAF")
+       AAF("AAF"),
+       /**
+        * Indicates Guard YAML will be providing the Rule information.
+        */
+       GUARD_YAML("GUARD_YAML"),
+       /**
+        * Indicates Guard BLACKLIST YAML 
+        */
+       GUARD_BL_YAML("GUARD_BL_YAML")
        ;
        
        private String name;