RIFT OSM R1 Initial Submission
[osm/SO.git] / rwlaunchpad / plugins / vala / rwve_vnfm_em / rwve_vnfm_em.vala
1 namespace RwVeVnfmEm {
2
3   public interface ElementManager: 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 vnf_lifecycle_event();
13   }
14 }
15
16