All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.yang.bier-service-api.yang Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
module bier-service-api {
    yang-version 1;
    namespace "urn:bier:service:api";
    prefix "bier-service-api";

    revision "2017-01-05" {
        description "Initial revision of service model";
    }

    notification report-message {
            leaf failure-reason {
                type string;
            }
    	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy