Update Rresource and notification data types serializer
[vfc/nfvo/lcm.git] / lcm / ns / enum.py
index e2755ec..08ef120 100644 (file)
@@ -194,3 +194,10 @@ VNF_STATE = enum(
     STARTED="STARTED",
     STOPPED="STOPPED"
 )
+CROSSINGDIRECTION_Type = enum(
+    UP="UP",
+    DOWN="DOWN"
+)
+threshold_Type = enum(
+    SIMPLE="Single-valued static threshold"
+)