6b5e84e8d80a3e5593019e76143c8ed5e7708802
[osm/SO.git] / rwve_vnfm_vnf.vala
1 namespace RwVeVnfmVnf {
2
3   public interface Vnf: 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 get_monitoring_param();
13   }
14 }
15
16