Feature-9518: Scale-in/Scale-out commands triggered from the UI
[osm/NG-UI.git] / src / models / NSDModel.ts
index 131af47..48e7387 100644 (file)
@@ -34,7 +34,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 +56,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;