add tenantId and lcpCloudRegion to vfm instance during delete vfm
[vid.git] / vid-webpack-master / src / app / shared / models / vfModuleInstance.ts
index 566c913..ed5a072 100644 (file)
@@ -5,6 +5,8 @@ export class VfModuleInstance extends ChildNodeInstance{
   instanceParams: { [key: string] : string; };
   position: any;
   statusMessage?: string;
+  tenantId? :string;
+  lcpCloudRegionId?: string;
 
   constructor() {
     super();