X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FNSDModel.ts;h=f8b3d9d7245c5eb2d94d9ecb9d189f4b1cf335c2;hb=eb9c4821d274756d96dce7bb60c3a7c70f18fbc2;hp=131af47b0796ca24bc75d638cf935274b1f39528;hpb=063a3f1741d0cb20d5ee80590339fec54ab1acdd;p=osm%2FNG-UI.git diff --git a/src/models/NSDModel.ts b/src/models/NSDModel.ts index 131af47..f8b3d9d 100644 --- a/src/models/NSDModel.ts +++ b/src/models/NSDModel.ts @@ -18,7 +18,6 @@ /** * @file Model for NSD related information. */ -// tslint:disable: completed-docs import { VNFDAdminDetails } from './VNFDModel'; /** Interface for NSData */ @@ -34,7 +33,6 @@ export interface NSData { /** Interface for the nscompose descriptors content */ export interface NSDDetails { 'connection-point': CONNECTIONPOINT[]; - 'constituent-vnfd': CONSTITUENTVNFD[]; description: string; id: string; logo: string; @@ -57,12 +55,6 @@ export interface CONNECTIONPOINT { 'vld-id-ref': string; } -/** Interface for the constituent-vnfd */ -export interface CONSTITUENTVNFD { - 'member-vnf-index': number; - 'vnfd-id-ref': string; -} - /** Interface for the vld */ export interface VLD { id: string;