X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Flcm%2Fnf%2Fserializers%2Fnotification_types.py;h=1472e292995155f6ffcf9ec67b2d0da8d0334f51;hb=16c4a5ff577f27c6ff404059612ecf68eb044b1f;hp=5ee5eb03caf54ef86c5d2a482546a54f62ac6d21;hpb=d6cc4315767f44c8212b89472c79adf8fdfdcb88;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/lcm/nf/serializers/notification_types.py b/lcm/lcm/nf/serializers/notification_types.py index 5ee5eb03..1472e292 100644 --- a/lcm/lcm/nf/serializers/notification_types.py +++ b/lcm/lcm/nf/serializers/notification_types.py @@ -24,7 +24,7 @@ from ext_virtual_link_info import ExtVirtualLinkInfoSerializer from vnf_info_modifications import VnfInfoModificationsSerializer -class LinksSerializer(serializers.Serializer): +class LccnLinksSerializer(serializers.Serializer): vnfInstance = LinkSerializer( help_text="Link to the resource representing the VNF instance to " "which the notified change applies.", @@ -123,6 +123,6 @@ class VnfLcmOperationOccurrenceNotification(serializers.Serializer): allow_null=True, required=False ) - _links = LinksSerializer( + _links = LccnLinksSerializer( help_text="Links to resources related to this resource.", required=True)