X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Flcm%2Fnf%2Fserializers%2Fnotification_types.py;h=d6755881b9d97d569468107041b16d1f2e03ddee;hb=c14f1ae7b1610be369a14f9577f9d4274d06357f;hp=1472e292995155f6ffcf9ec67b2d0da8d0334f51;hpb=16c4a5ff577f27c6ff404059612ecf68eb044b1f;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/lcm/nf/serializers/notification_types.py b/lcm/lcm/nf/serializers/notification_types.py index 1472e292..d6755881 100644 --- a/lcm/lcm/nf/serializers/notification_types.py +++ b/lcm/lcm/nf/serializers/notification_types.py @@ -18,23 +18,23 @@ from affected_vnfcs import AffectedVnfcsSerializer from affected_vls import AffectedVLsSerializer from affected_storages import AffectedStoragesSerializer from lcm.nf.const import LCM_OPERATION_TYPES, LCM_OPERATION_STATE_TYPES -from link import LinkSerializer +from link import linkSerializer from response import ProblemDetailsSerializer from ext_virtual_link_info import ExtVirtualLinkInfoSerializer from vnf_info_modifications import VnfInfoModificationsSerializer class LccnLinksSerializer(serializers.Serializer): - vnfInstance = LinkSerializer( + vnfInstance = linkSerializer( help_text="Link to the resource representing the VNF instance to " "which the notified change applies.", required=True, allow_null=False) - subscription = LinkSerializer( + subscription = linkSerializer( help_text="Link to the related subscription.", required=True, allow_null=False) - vnfLcmOpOcc = LinkSerializer( + vnfLcmOpOcc = linkSerializer( help_text="Link to the VNF lifecycle management operation" "occurrence that this notification is related to. Shall be" "present if there is a related lifecycle operation occurance.",