Fix Bug 2291: No option to update VIM Account in NG-UI
[osm/NG-UI.git] / src / models / NSDModel.ts
index 131af47..f8b3d9d 100644 (file)
@@ -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;