update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b second try
[osm/SO.git] / rwlaunchpad / plugins / vala / rwve_vnfm_vnf / 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