X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FSDNControllerModel.ts;h=4aa0aedd847c2468468bca3a0aa8bdf400f2d549;hb=42862ae098e72ac875c0cb311ce354ae075707be;hp=2b5ab877e5a8545359fde5afb80851a208182d72;hpb=5abb274a18081867fc491fae432c2208d3ead2df;p=osm%2FNG-UI.git diff --git a/src/models/SDNControllerModel.ts b/src/models/SDNControllerModel.ts index 2b5ab87..4aa0aed 100644 --- a/src/models/SDNControllerModel.ts +++ b/src/models/SDNControllerModel.ts @@ -22,16 +22,15 @@ /** Interface for SDNControllerModel */ export interface SDNControllerModel { dpid: string; - ip: string; name: string; password: string; - port: string; schema_version: string; 'type': string; user: string; version: string; _admin: ADMIN; _id: string; + url:string; } /** Interface for _ADMIN */ @@ -70,6 +69,5 @@ export interface SDNControllerList { identifier: string; 'type': string; operationalState: string; - ip: string; - port: string; + url: string; }