Modify vnf instantiation related stuffs.
[vfc/gvnfm/vnflcm.git] / lcm / lcm / nf / serializers / ext_virtual_link_data.py
index 83d5012..612e00c 100644 (file)
@@ -42,6 +42,11 @@ class ExtVirtualLinkDataSerizlizer(serializers.Serializer):
         max_length=255,
         required=True,
         allow_null=False)
+    resourceSubnetId = serializers.CharField(
+        help_text="Subnet defined by the identifier of the subnet resource in the VIM.",
+        max_length=255,
+        required=True,
+        allow_null=False)
     extCps = VnfExtCpDataSerializer(
         help_text="External CPs of the VNF to be connected to this external VL.",
         many=True,