add tenantId and lcpCloudRegion to vfm instance during delete vfm
[vid.git] / vid-webpack-master / src / app / shared / models / vfModuleInstance.ts
index 71140d4..ed5a072 100644 (file)
@@ -3,9 +3,10 @@ import {ChildNodeInstance} from "./nodeInstance";
 export class VfModuleInstance extends ChildNodeInstance{
   volumeGroupName: string;
   instanceParams: { [key: string] : string; };
-  isFailed: boolean;
   position: any;
   statusMessage?: string;
+  tenantId? :string;
+  lcpCloudRegionId?: string;
 
   constructor() {
     super();