RIFT OSM R1 Initial Submission
[osm/SO.git] / rwlaunchpad / plugins / vala / rwos_ma_nfvo / rwos_ma_nfvo.vala
1 namespace RwOsMaNfvo {
2
3   public interface Orchestrator: GLib.Object {
4     /*
5      * Init routine
6      */
7     public abstract RwTypes.RwStatus init(RwLog.Ctx log_ctx);
8
9     /*
10      * Notify the EM of lifecycle event
11      */
12     public abstract RwTypes.RwStatus ns_lifecycle_event();
13   }
14 }
15
16