BUG 2353 : Handle binary, bits and instanceidentifier types in NodeIdentifiers
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / resources / Common.proto
index 842a9725d166452a229625c36c51ee73c31d73d8..a2c161cfda4c534485d372e58389791f1049bcb2 100644 (file)
@@ -14,6 +14,11 @@ message PathArgumentAttribute{
     optional QName name =1;
     optional string value=2;
     optional int32 type=3;
+    // Specific values
+    optional InstanceIdentifier instanceIdentifierValue = 4; // intValueType = YangInstanceIdentifier
+    repeated string bitsValue = 5; // intValueType = Bits
+    optional bytes bytesValue = 6;
+
 }