Added RPC for getFIxedIPsforNeutronPort + additional -ve validations for RPCs via ECM
[vpnservice.git] / neutronvpn / neutronvpn-api / src / main / yang / neutronvpn.yang
index 470e9f0a36e0423a0048ad0da1ac12400827e791..42fcd3cfca439adb7d2f32445c7f23c5dad803d0 100644 (file)
@@ -291,4 +291,19 @@ module neutronvpn {
         }
     }
 
+    rpc get-fixedIPs-for-neutron-port {
+    description "returns neutron port fixed IPs";
+        input {
+            leaf port-id {
+                type yang:uuid;
+            }
+        }
+        output {
+            leaf-list fixedIPs {
+                type    string;
+                description "The neutron port fixedIPs list corresponding to the port uuid";
+            }
+        }
+    }
+
 }
\ No newline at end of file