Adds Minimum Bandwidth Rule to the Qos Policy
[neutron.git] / model / src / main / yang / neutron-constants.yang
index 617d1ccdc3eb9844c872345a9bf8270b80408a3a..cc942bf04508103d844e0629cbce11d4f3df28fe 100644 (file)
@@ -79,6 +79,26 @@ module neutron-constants {
         base probe-base;
     }
 
+    // FWaaS v1
+    identity fw-protocol-base {
+        description "Base identity for firewall protocol";
+    }
+
+    identity fw-protocol-tcp {
+        description "TCP protocol.";
+        base fw-protocol-base;
+    }
+
+    identity fw-protocol-udp {
+        description "UDP protocol.";
+        base fw-protocol-base;
+    }
+
+    identity fw-protocol-icmp {
+        description "ICMP protocol.";
+        base fw-protocol-base;
+    }
+
     // DIRECTION
     identity direction-base {
         description "Base identity for direction";
@@ -95,6 +115,11 @@ module neutron-constants {
 
     }
 
+    identity direction-minimum-bandwidth-rule {
+        description "Direction for minimum bandwidth rule.";
+        base direction-base;
+    }
+
     // IP VERSION
     identity ip-version-base {
         description "the base identity for ip versions";